Module: Firebase::Authentication::Config
- Defined in:
- lib/firebase/authentication/config.rb
Constant Summary collapse
- BASE_URI =
"https://identitytoolkit.googleapis.com/v1/accounts:"- GET_ACCOUNT_INFO =
"lookup?key="- DELETE_ACCOUNT =
"delete?key="- FETCH_PROVIDERS_FOR_EMAIL =
"createAuthUri?key="- RESET_PASSWORD =
"sendOobCode?key="- SIGN_IN_EMAIL =
"signInWithPassword?key="- SIGN_IN_OAUTH =
"signInWithIdp?key="- SIGN_UP_EMAIL =
"signUp?key="- UPDATE_ACCOUNT_INFO =
"update?key="- VERIFY_CUSTOM_TOKEN =
"signInWithCustomToken?key="