Hi, I noticed that ABMaterial supports FireBase functions, I have the need to write and read from a RealTimeDataBase, I noticed that some of the fields required are missing from the latest 4.3 version, any idea if the library can be updated to include some of the other required fields, I believe they have added some fields since the last FireBase Admin skd update.
At the moment on the following fields are exposed on ABMaterial version 4.3
While the new FireBase Admin SDK requires all the following fields with MeasurementId being Optional.
Is it too much work to update the Library to include projectId, messagingSenderId and AppId, i'm not even sure if all these are needed but it wouldn't hurt to have them available.
Thanks,
Walter
At the moment on the following fields are exposed on ABMaterial version 4.3
page.Firebase.ApiKey = ""
page.Firebase.AuthDomain = ""
page.Firebase.DatabaseURL = ""
page.Firebase.StorageBucket = ""
While the new FireBase Admin SDK requires all the following fields with MeasurementId being Optional.
Is it too much work to update the Library to include projectId, messagingSenderId and AppId, i'm not even sure if all these are needed but it wouldn't hurt to have them available.
Thanks,
Walter