Skip to content
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

Email and Password Authentication #32

Open
jbagaresgaray opened this issue Dec 23, 2015 · 7 comments
Open

Email and Password Authentication #32

jbagaresgaray opened this issue Dec 23, 2015 · 7 comments

Comments

@jbagaresgaray
Copy link

Is this currently supported on the library https://www.firebase.com/docs/android/guide/login/password.html ?

@julian-rare
Copy link

I need this too :( whats the REST call that android makes?

@ktamas77
Copy link
Owner

@jbagaresgaray @julian-rare can you please elaborate on this?

@julian-rare
Copy link

how to login using the rest api?

@ktamas77
Copy link
Owner

you need to generate a token using your secret key and this library:
https://github.com/firebase/firebase-token-generator-php

@vdomah
Copy link

vdomah commented Jul 18, 2016

Hello!
firebase-token-generator-php generates JWT token. I'm trying to pass it as DEFAULT_TOKEN but getting "Failed to validate MAC" error. Tried to use https://github.com/firebase/php-jwt lib but don't see what to pass as token still.
Can you make more precise instruction please? Seems to be simple but I'm tired to be stuck on that.

@greabock
Copy link

greabock commented Aug 9, 2016

@vdomah have same problem. You found solution?

@vdomah
Copy link

vdomah commented Aug 9, 2016

@greabock I ended using eelkevdbos/firebase-php package because it was used in elsangedy/laravel-firebase. Works without problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants