-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase auth #220
Comments
Sir, we really need your help @benjie |
I'm afraid I don't use Firebase so can't help you with Firebase issues; I suggest you read through the linked discussion and maybe ask help from someone in that thread. |
@benjie @jdpowell1 Can we please have some docs on integrating Firebase auth since having third party logins improve UX ? |
Use whatever docs detail how to use whatever auth you need with Node (e.g. with whatever webserver you’re using like Express, Koa, Fastify, etc), then use the pgSettings function to pass information from your webserver through to your PostgreSQL transaction. PostGraphile doesn’t mind what auth provider you use so long as the details are available from the “request” object in your supported Node HTTP server. |
here is my example, take a look @kaushalyap
|
graphile/crystal#882 (comment)
The text was updated successfully, but these errors were encountered: