Firebase with Hype

Looking for a simple example of how to connect a hype project to firebase setting up a log-in and storage? Thanks

Hi @Droid

The following will help you with the “log-in” part and I’ll leave it to you to add “storage” but this will help you most of the way. :wink:

hype-firebase.zip (60.9 KB)

This is a “template” file. You will have to replace the

var config = ....

info with your firebase setup info in order to use it with your firebase.

The rest should be self explanatory. There are some comments to aide you. Also, there are some functions to show how to change details and signing up, check for login, etc. It’s logical in it’s approach and should help you on your way

4 Likes

This worked great, really appreciate it. I can now look to build on this with more detail.