Open jbagaresgaray opened 8 years ago
I need this too :( whats the REST call that android makes?
@jbagaresgaray @julian-rare can you please elaborate on this?
how to login using the rest api?
you need to generate a token using your secret key and this library: https://github.com/firebase/firebase-token-generator-php
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.
@vdomah have same problem. You found solution?
@greabock I ended using eelkevdbos/firebase-php package because it was used in elsangedy/laravel-firebase. Works without problem.
Is this currently supported on the library https://www.firebase.com/docs/android/guide/login/password.html ?