Can I integrate retool with firebase auth?

I want to build a login form, only admin users can view the dashboard.
Is there a tutorial?

Hi @Simon123! We have a Firebase auth integration, but it’s for working with your Firebase auth data (i.e. using the admin SDK).

We have some documentation here and here.

In terms of using Firebase Auth to authenticate your Retool users, that may be doable via custom auth flows. Here’s our docs on that: https://docs.retool.com/docs/custom-api-authentication You’d use the REST endpoints that Firebase auth offers in place of the internal placeholders we have.

1 Like