Auth0 Event Logs + Firebase Analytics

The Auth0 docs state that we can use rules to export event logs (e.g. login) to Firebase Analytics. I’m unable to find documentation on this apart from the examples outlining different services.

Is this still the recommended approach? How do we go about exporting to Firebase since it’s listed as a service to which we can export event logs?

Hi @k.lee,

I would suggest Log Streams or Actions. We don’t offer a turn key Log Stream integration with Firebase, but you could use our custom webhook solution to create your own integration:

If you want a more simple set of logs (say, only logins), you could set up an Auth0 Actions to POST to Firebase when a user logs in.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.