Converting from Fusion Tables to Firebase

Hi, I developed an app in 2016 that "read only" from a large FusionTables database until Fusion was discontinued in 2019, and I just let the app expire. Is there a tutorial to explain how to make the conversion to Firebase Realtime? The data is already in Firebase, but not sure how to access it. TIA, Kris

You can either use the experimental firebase component, along with some extensions if you need authentication, or you could go the REST API http route and use the web component:

http://ai2.appinventor.mit.edu/reference/components/experimental.html
Search here for extensions

Firebase with Web Component

1 Like

Thanks, a lot of changes and info to ingest since I last used AppInventor!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.