@MisterDev wrote:
I'm trying to implement facebook/twitter/google+ autentication using Firebase v3 in my Ionic1 app, it works fine in the browser but it gives me this error on real devices (Android/iOS):
This domain is not authorized for OAuth operations for your Firebase project. Edit the list of authorized domains from the Firebase console.
I think the problem is that I need to add my app's domain in the "OAuth redirect domains" section in Firebase, but I don't know which is my app's domain when running on a device.
- document.location.host and window.location.host are blankSomeone knows how to solve this problem?
Here you can find the same question on SO:
Thanks in advance
Posts: 1
Participants: 1