'Data access audit log firebase
How do to enable data access log and audit log for Firebase. In GCP Platform, I am able to see audit log and data access log for cloud datastore. How do we enable the same in firebase?
I have few tables in firebase, client is complaining of few calls not being serviced and has got the error in connecting. 3 requests failed out of 821 requests.
Solution 1:[1]
This feature is available for firebase firestore now. https://cloud.google.com/firestore/docs/audit-logging Need to enable IAM audit log for Firebase API and that helps in tracking the firebase activities.
Solution 2:[2]
There is no accessible data access log for the Firebase Realtime Database. If you can reproduce the problem, you might want to reach out to Firebase support to see if they can find the missing client calls in their logs.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Anand G |
| Solution 2 | Frank van Puffelen |
