Open
Conversation
Trigger auth event when listening for AuthStateChanged / Update iOS analytics
…urns the unsubribe fn - as per web api
using 'facebook.com' throws an error
…defined in messaging.js - this now includes all the previously missing options such as ttl and collapse key @chrisbianca / note to self - ios needs doing ;p
Fix example provider name
Misc authentication
Add error callback for database .on handler (matches Web spec)
[v3] [ios] transaction
V3 exists fn
Add podspec and fix iOS database null pointer
`this._firestack.database.ref(...refName)` (line 39) should be `this._firestack.database().ref(...refName)`
… into v3
* 'v3' of github.com:fullstackreact/react-native-firestack: (30 commits)
Fix possible NPE in iOS database module
Create working podspec for Firestack
Add error callback for database .on handler (matches Web spec)
Update authentication.md
auth().currentUser.reload() now correctly calls reloadUser - woops
messaging.send() now only accepts an object of type RemoteMessage as defined in messaging.js - this now includes all the previously missing options such as ttl and collapse key
added currentUser.reload() method - android only, needs ios
Fix incorrect db path
Add storage documentation
misc
Fix example provider name
- JS: added EmailAuthProvider interface - .credential(email, password);
standardise auth messages to match web sdk error messages
standardise auth messages to match web sdk error messages
Fix issues caused by path type change.
Fix breakage when path to declare ref.on() event handler differs from paths of snapshots returned by callback.
Support for ref.once('child_added')
Add timeout
Fix error 'TypeError: Cannot read property 'snapshot' of undefined'
Wrap update function in try block.
...
Make firestackModule.js working for v3
… into v3 * 'v3' of github.com:fullstackreact/react-native-firestack: Make firestackModule.js working for v3
* v3: Updated next version Make firestackModule.js working for v3 Added github auth into v3 Consistency with values emitted by firebase.auth.AuthProvider subclasses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
V3 PR