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.
This extension can help to retrieve data in multiple places in blocks code cause it uses the return method not the void with event function method so you can use it for example in dynamic components if you want to get user's image url after he updates it and more.