FastBase Extension
Author: Mr.Koder
Introduction
FastBase is an extension for MIT App Inventor AI2 that allows you to interact with a Firebase database. You can use this extension to fetch data from your Firebase database using your API Key and Database URL. This documentation will guide you through the usage of the FastBase extension and its features.
Properties
API Key
- Description: This property is used to set and get the API Key required to access your Firebase database as a return function, not a void one.
- Type: Text
- Default Value: None
Database URL
- Description: This property is used to set and get the URL of your Firebase database.
- Type: Text
- Default Value: None
BLOCKS
Fetch Data From Firebase
- Description: This function allows you to fetch data from your Firebase database based on the provided path.
- Parameters:
path
(Text): The path to the data you want to fetch in your Firebase database.- Return Type: Text
- Usage:
- Call this function with the desired path to retrieve data from Firebase.
Download
FastBase.aix (6.3 KB)