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