Using Firebase to host users?

Is it possible to use firebase to host the user data and have social logins?
Also, is it possible to use firebase to host native apps?

Using Wappler’s API Connector should allow you to use https://firebase.google.com/docs/reference/js/

The API’s also allow social logins.

image

1 Like

@ben the firebase document you linked requires one to call a JavaScript function from the Firebase SDK. How do we use API connector to call a JavaScript function in the client?

Please have a look at

Thanks @ben but the question was regarding “Firebase Authentication” not “Firebase Hosting”
I am on the latest beta version of Wappler and I have successfully used the Firebase Hosting. Its great!

But I want to use the firebase login. I have made a plan and I added plain javascript functions to my site to allow login. I now have Firebase Password Login working :grin:

1 Like

Great to hear you got it working - please do share how you got it working - might be useful for others!