You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Luis Rodriguez edited this page Aug 2, 2018
·
6 revisions
This project's goal to make Firebase bindings for Fuse. Currently we have:
Authentication using Email, Google & Facebook providers
Basic Ad & Analytics support
Realtime database
Simple storage
All are welcome to come hacking on this so we can flesh this out to cover the full gammut of features provided by Firebase! Whether it's as small as a typo fix or as large and a entire feature, please feel free to fork and summit pull requests.
Requirements
Fuse version >= 0.25: This is needed as a bunch of changes shipped in that version to make this all possible including appcompat7 Activity as super class for the app's activity
Firebase account
Cocoapods (if working on OSX) It should be enough just to run sudo gem install cocoapods
If you are using Facebook for authentication you will also need a Facebook developer account.