Refer to. the docs :
- https://docs.databutton.com/getting-started/adding-authentication
- https://docs.databutton.com/getting-started/adding-authentication/adding-user-data-to-firebase
Try out Databutton here : https://databutton.com
Time Stamps:
0:00 Setting up with Firebase
4:45 Integrating Auth Wrapper UI component into the home page
6:55 Building a simple demo UI
9:15 Creating a demo API
10:28 Integrating API into the UI
12:50 Storing user data in Firestore Database - Initializing the database
13:30 Building API to store user data (includes steps to generate Service Account Key and store in Database Secrets)
17:19 Constructing the API (Database architecture and generating the functional API)
23:42 Quick recap from Auth integration to setting up user data storage in Firebase
26:18 Integrating the Datastore API into the main UI and testing