- Firebase DataBase API - REST service to access data from a Firebase DataBase
- Cloud Firestore – NoSQL scalable database that is part of Firebase
It is not clear if you'll be able to access data from the FireStore service in FireBase DataBase.
Please follow these instructions to get access to Firebase DataBase
Make sure to set the following properties:
TMSFNCCloudGoogleFireBaseObjectDatabase1.Authentication.ClientID := 'abc123';
TMSFNCCloudGoogleFireBaseObjectDatabase1.Authentication.Secret := 'xyz987';
TMSFNCCloudGoogleFireBaseObjectDatabase1.DatabaseName := 'DatabaseName';
TMSFNCCloudGoogleFireBaseObjectDatabase1.TableName := 'TableName';
TMSFNCCloudGoogleFireBaseObjectDatabase1.Authentication.CallBackURL := 'http://127.0.0.1:8000';