HundredClickFirebase is simple react-native ios app that uses latest Firebase (version 3) for authenticating, storing data in database.
For android, i didn't have test yet.
HundredClickFirebase is simple application that stores user click data in Firebase database.
Its using react-native-firestack for authenticating(sing in, sign up), reading/writing data to Firebase.
First of all, you will need to create development.js
in config
directory.
Just copy development.example.js
and change the value to match your Firebase configuration
Open your terminal, enter following commands Make sure you already installed react-native cli.
$ git clone [email protected]:sujameslin/hundred-click-firebase.git
$ cd hundred-click-firebase && npm install
$ react-native run-ios
If something does not work, please take careful look at Firestack page.
Firebase is awesome and it's combination with the Google Cloud Platform makes it super awesome. Sadly, the latest version of Firebase requires the window
object. That's where Firestack comes in! Firestack provides a really thin layer that sits on top of the native Firebase SDKs and attempts to use the JavaScript library as much as possible rather than reinventing the wheel.