Jaghancement
Jaghancement

Reputation: 151

authClient on mobile devices

I have a question about Firebase's auth client. I have Firebase's login system set up to work perfectly in Chrome, but when I start using emulators for mobile devices, it starts causing problems. I know that I need to set up the "Application Domains" section of the auth client so that it will know what domains to allow, but what am I supposed to put in for a mobile app?

All of my data storage is coming straight from Firebase itself so I don't know what domain I would need to add.

Upvotes: 0

Views: 378

Answers (1)

Rob DiMarco
Rob DiMarco

Reputation: 13266

[Engineer at Firebase] I wanted to provide a brief update on this. Firebase recently released a number of updates adding full support for Adobe PhoneGap / Apache Cordova, including fully supporting Firebase Simple Login for Facebook, Twitter, GitHub, and email / password authentication methods.

Check out the blog post at https://www.firebase.com/blog/2013-04-16-firebase-adds-phonegap-cordova-support.html for more info!

Upvotes: 1

Related Questions