Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3 PR #352

Open
wants to merge 325 commits into
base: master
Choose a base branch
from
Open

V3 PR #352

wants to merge 325 commits into from

Conversation

haliuksviat
Copy link

V3 PR

Ehesp and others added 30 commits November 17, 2016 09:15
Trigger auth event when listening for AuthStateChanged / Update iOS analytics
smkhalsa and others added 30 commits January 18, 2017 01:46
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
Add error callback for database .on handler (matches Web spec)
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet