Closed boskiv closed 7 years ago
I have also noticed that no permissions are granted in firebase to my user from auth0
Uncaught Error: permission_denied at /clients: Client doesn't have permission to access the desired data.
I have found this tutorial: https://auth0.com/blog/firebase-authentication-with-firebase-3.0-and-auth0-integration/
Fix target with my auth0 client id.
Now I have 400 response :(
My bad, I have several firebase projects and missconfigured with credentials. From scratch all works fine.
I have setup my own auth0 account and firebase account. When I log in, it successfully works, but in console I have error
POST https://boskiv.eu.auth0.com/delegation 401 (Unauthorized)
How can I dig into it ? I have setup firebase connection with auth0 already.
Also I've fount this code in auth.serve.ts
Need I change
target
string to my own ? Where I can get it then ?