-
Notifications
You must be signed in to change notification settings - Fork 263
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
Unhelpful error message if unable to communicate w/Firebase #429
Comments
Those are our old docs, please follow the current instructions here https://github.com/firebase/emberfire/blob/master/docs/guide/authentication.md + let us know if you have troubles with that. |
Thank you for your reply, i compare and i don;t see any different except for this one line
i have tried both guide, still can;t auth using twitter and facebook btw, the project is in {removed}, in case you may want to try it also, just fyi, i already enabled all auth service in my firebase server, if you ever thought i might not enable them |
I notice that you have created a torii adapter in Revert your import ToriiFirebaseAdapter from 'emberfire/torii-adapters/firebase';
export default ToriiFirebaseAdapter.extend({}); The difference in adapters is that Hope that helps! |
After my internet down due to Sudden Power outage, i finally found the cause, so while in no internet, and i try to sign in, i the console receive error log because request to then when internet is up, i tried to access the url and it return
it authorize only localhost, while i test my project using local IP address, like 192.168.xxx.xxx:3000 now its work, thanks for your support, and if you could, can you give more identifiable message if error is occured during domain auth test |
Reopening so we can track the useless error message. Thanks for the report! |
Version info
pakcage.json
Test case
i follow instruction in
https://www.firebase.com/docs/web/libraries/ember/guide.html#section-authentication
Steps to reproduce
just click the signin button
Expected behavior
Popup auth provider window, then follow instruction inside it to proceed
Actual behavior
The popup window is opened then immediately closed, error log traces only said "undefined"
auth using password and email is work
The text was updated successfully, but these errors were encountered: