Search code examples
firebasegoogle-cloud-platformfirebase-authenticationgoogle-cloud-firestoregoogle-cloud-stackdriver

Firebase Auth Logs - GCP


Is possible to retrieve the logs about when a user is log-in or log-out to the platform? And also send them to stackdriver as Cloud Functions logs? thanks


Solution

  • Is possible to retrieve the logs about when a user is log-in or log-out to the platform?

    Unfortunately, Firebase does not provide such informations. To solve this, you should create your own mechanism to keep track of users log-in and log-out.