- 
                Notifications
    You must be signed in to change notification settings 
- Fork 130
V3 PR #352
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
          
     Open
      
      
            haliuksviat
  wants to merge
  325
  commits into
  master
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
v3
  
      
      
   
  
    
  
  
  
 
  
      
    base: master
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
                
     Open
            
            V3 PR #352
Conversation
  
    
      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
    
  
  
    
    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
  
    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