yoichiro / oauth2-firebase

This library provides OAuth2 server implementation for Firebase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot GET null

jmajnek opened this issue · comments

Hi,

thanks for sharing your project. Unfortunately, I was not able to get it to work. I followed your instructions but I receive Cannot GET null.

Did I miss something?

Maybe this is related with this issue? firebase/firebase-functions#27

BR

Hi,

Try this url
https://XXXXX.cloudfunctions.net/authorize/entry as Authorize URL
intead of https://XXXXX.cloudfunctions.net/authorize

But now I'm locked in the authentication page with "Now loading..."

Fixed by adding XXXXX.cloudfunctions.net in https://console.firebase.google.com/project/<YOUR_PROJECT_NAME>/authentication/providers authorized domains (and activating Google Sign In of course)

Thanks @dubocr . It worked.