Skip to content

React native app using firebase authentication, database read/write.

Notifications You must be signed in to change notification settings

sujameslin/hundred-click-firebase

Repository files navigation

HundredClickFirebase

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.

Description

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.

Configuration

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

Setup

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

Troubleshooting

If something does not work, please take careful look at Firestack page.

Why using Firestack

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.

About

React native app using firebase authentication, database read/write.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published