react-native-firestack icon indicating copy to clipboard operation
react-native-firestack copied to clipboard

A firestack v3 react-native implementation

Results 101 react-native-firestack issues
Sort by recently updated
recently updated
newest added

![](http://d.pr/i/fJ7u.png) https://github.com/fullstackreact/FirestackApp/blob/master/app/views/Messaging/Demos/Setup.js TODO:

bug

When I register my device for notifications via: ``` firestack.cloudMessaging.getToken().then(function (token) { console.log('device token', token) }) firestack.cloudMessaging.listenForTokenRefresh(function (token) { console.log('refresh device token', token) }) firestack.cloudMessaging.subscribeToTopic().then(function (topic) { console.log('Subscribe: '+topic) }).catch(function(err){...

Hello everyone, I have some problem with run release version of my app that using `react-native-firestack`. I searched through all topics but i did not found any solution. So, everything...

It seems working well in Debug mode, but in Release mode build fails ### Steps to reproduce 1. Create new project by react-native cli 2. Install react-native firestack ### Commands...

docs

I'm trying to update a post object in Firebase using a transaction, but i'm getting an error that transaction is not defined. I looked in: \react-native-firestack\lib\modules\database.js but do not see...

enhancement

Hi Basically I just want to use the Firebase Analytics which would just require Firebase and Firebase.Core dependencies as far as i know. I am never gonna use Firebase database/Auth/RemoteConfig...

enhancement

Hi, I'm trying to listen to a specific path changing via FirestackModule. ``` import { FirestackModule } from 'react-native-firestack' const users = new FirestackModule('users', {firestack}) export default combineReducers({ users: users.reducer...

help wanted

Most of the FCM implementation, local notifications could be cleaner/need to be tested more. Would be helpful to know how the JS methods want to call and define these things...

I need a bit of help with this one. I've implemented react-native-oauth (iOS) for Google auth, and its returning a payload, all is good there. what I cant work out...

docs

`ref.onDiscconnect().setValue()` only allows for strings and objects… this makes it difficult to implement a presence system (storing timestamp or a isOnline boolean). I checked the iOS and android code and...