-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
How can I implement auth in Laravel for firebase #16
Comments
That's currently not possible with the SDK - it's on my todo list but will require some serious rewrites, so there's, unfortunately, no ETA. |
ok. So as of now, can we go this way I know it would not be safe. But all queries would be through Laravel. And other related query is that what createCustomToken, verifyIdToken does?. This are for server validation if we go RESTful apis. |
You can store the UID in the session, but connections from your PHP application to the Firebase Servers will still be authenticated with your service account credentials (= Admin Access).
|
Thanks @jeromegamez |
I can check valid user by verify password
Now further query
But how the above query is authenticated to user logged in.
The text was updated successfully, but these errors were encountered: