Scott Prue
Scott Prue
This would be because firebase's `onDisconnect` is actually talking about connecting/disconnecting from the database not unauth vs auth. I agree that it unclear per the names "presence" and "sessions", so...
@Dong-Nhan yes, anonymous auth is a great idea, especially if you want to be tracking the users when they aren't logged in. It also helps with writing security rules if...
That would be because the main page of react-redux-firebase.com is actually just the README of this repo (done automatically by Gitbook). If you [go to that section in the README...
@towfiqi Firestore queries are supported with `firestoreConnect` (which uses [`redux-firestore`](https://github.com/prescottprue/redux-firestore) for state management). The `uniqueSet` method that exist for RTDB is for uniquely setting based on key, not one of...
Open to changes if you get a chance to make a PR, if not I will see when I can get to it. Thanks for reaching out!
Interesting thanks for reporting, I'll look into if there is a fix that won't break things. As noted [in this comment](https://github.com/rt2zz/redux-persist/issues/988#issuecomment-529407939) you should be able to configure the middleare to...
@sebitoelcheater Yes - open to PRs if you get a chance, but I have been too busy recently to look back into this
Thanks for reaching out, could you provide a reproduction of this issue? Either through a repo or a tool such as codesandbox?
Yeah a repro would be great - I haven't used react-native as much recently
@xdarkleonx have you tried passing just `firebase` instead of `firebase.app()` for `firebase` prop? If @indvinoth or anyone else can provide a repro of this that would be much appreciated