
Discover how Firebase accelerates no-code app development by enabling database setup, authentication, Google storage, analytics, A/B testing, and push messaging, plus a three-tier pricing overview.
Add a new document to a collection and create collections like products and people with fields such as id, name, and price, using Firebase API for programmatic data operations.
Upload and download binary data using storage, and organize items in folders and buckets. Learn how the default bucket and database work and how plan upgrades unlock more buckets.
Explore how the rest api interacts with Cloud Firestar, sending https requests to fetch single documents or lists, handle json data, and manage authentication and permissions.
Discover how the no-code platform Guyver lets you build web and mobile apps from a single code editor, using point-and-click setup with optional code snippets and database connections.
Learn to build no-code apps by dragging components from the market, editing properties and placeholders, and setting up pages, variables, and navigation with a button.
Learn JSON crash course: understand human readable data interchange, key-value pairs, objects and arrays, and data types like strings, numbers, booleans, with JavaScript object notation.
Learn to write and manipulate JSON data directly in the browser console, using primitives, arrays, and objects with key-value pairs, and transform JSON into JavaScript for client-server data exchange.
https://jsonbox.io/
https://www.postman.com/
https://jsonbox.io/
https://www.postman.com/
Set up a Firebase project and Cloud Firestore database, then use Postman to perform get, post, patch, and delete operations on a to-do collection.
Fetch a collection of todo items from a rest API on page load and render them in a list. On failure, wait five seconds and retry, with a delete button.
Post to a data rest api to create a new to-do document with task and string value, then trigger a create record flow from the user interface.
Build a damage report app that lets users upload images, name items, record dates, and toggle their resolved status, while managing items via Firebase API, storage, and authentication.
https://firestore.googleapis.com/v1/projects/<INSERT PROJECT NAME>/databases/(default)/documents/<INSERT COLLECTION NAME>
Connect the rest api with firebase by creating a data resource named damage reports, set the documents key to locate the array, test, and define a four-field schema for mapping.
Open a new item page from the list to display detailed item data by passing name, description, and date as page parameters, and add a delete button at the bottom.
Integrate Google Storage with Firebase to add, delete, and read images, making your no-code app more functional.
Activate Firebase storage, create a bucket, and learn to upload and read binary data; inspect public versus authenticated access, query parameters, and content type for images.
Learn to upload image via post method, name a file, provide binary file, then read data with get method in Firebase storage where read and write is allowed for anyone.
Delete the image with a delete request and a 204 no content response. Refresh Firebase to confirm removal and indicate the api supports reading, uploading, and deleting data for images.
Learn to manage items with a no-code app: toggle a checkbox, persist data via http requests, display images, and delete items (and associated images) with a delete method.
Store the last deleted item's unique identifier and, on page focus, filter the data array to remove that item, enabling fast refresh after deletion.
Add firebase authentication to the damage report app using email and password, with email verification, so only signed-in users can access the rest API and storage APIs.
Learn to set up Firebase authentication with email and password, issue ID tokens and refresh tokens, verify emails, and sign in via the Firebase REST API.
Learn to display images with an access-token in a no-code app, configure the authorization header, fetch and render downloaded images, and publish the final app.
Create almost any App without coding. You will learn how to use AppGyver to create almost any App in a fraction of the time regular developers need.
Your Apps will be ready to publish in Google Play Store or Apples App Store.
This course covers all essentials to become a no code hero.