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

FCM implementation #167

Open
wants to merge 37 commits into
base: v3
Choose a base branch
from
Open

FCM implementation #167

wants to merge 37 commits into from

Commits on Nov 8, 2016

  1. Configuration menu
    Copy the full SHA
    ed409a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    972b16d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4a115f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    483e15f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Configuration menu
    Copy the full SHA
    a85f5fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e34988b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68396e0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request fullstackreact#122 from pedro-ribeiro/fixing_equalto

    fixing filter value creation
    auser authored Nov 9, 2016
    Configuration menu
    Copy the full SHA
    635f882 View commit details
    Browse the repository at this point in the history
  5. Merge pull request fullstackreact#119 from chaitanya0bhagvan/master

    Parity of response format between ios and android
    auser authored Nov 9, 2016
    Configuration menu
    Copy the full SHA
    ea5e10c View commit details
    Browse the repository at this point in the history
  6. Merge pull request fullstackreact#117 from ghuh/ghuh-android-reauthen…

    …ticateWithCredentialForProvider
    
    Implement reauthenticateWithCredentialForProvider for Android
    auser authored Nov 9, 2016
    Configuration menu
    Copy the full SHA
    b55ba69 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Configuration menu
    Copy the full SHA
    c3129fb View commit details
    Browse the repository at this point in the history
  2. WIP: FirebaseAuth

    auser committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    28644a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1111617 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Merge pull request fullstackreact#124 from ghuh/ghuh-android-listenFo…

    …rAuth
    
    Fix Android listenForAuth method to correctly check for user
    auser authored Nov 11, 2016
    Configuration menu
    Copy the full SHA
    c811a3a View commit details
    Browse the repository at this point in the history
  2. Parity of response format between ios and android. Added authenticate…

    …d flag to response from getCurrentUser
    chaitanya-bhagavan committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    7d09ab4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Configuration menu
    Copy the full SHA
    e525569 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:fullstackreact/react-native-fires…

    …tack
    
    * 'master' of github.com:fullstackreact/react-native-firestack:
      Fix Android listenForAuth method to correctly check for user
    auser committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    9f9525d View commit details
    Browse the repository at this point in the history
  3. Merge pull request fullstackreact#126 from chaitanya0bhagvan/master

    Parity of response format between ios and android.
    auser authored Nov 14, 2016
    Configuration menu
    Copy the full SHA
    ef52467 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Filter out undefined filters

    samer committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    8306c45 View commit details
    Browse the repository at this point in the history
  2. removing trailing comma

    pedro-ribeiro committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    487ed30 View commit details
    Browse the repository at this point in the history
  3. Merge pull request fullstackreact#137 from pedro-ribeiro/fixing_trail…

    …ing_comma
    
    Removing undefined's from filter arguments
    auser authored Nov 16, 2016
    Configuration menu
    Copy the full SHA
    a0a78e5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request fullstackreact#136 from samer/filter-fix

    Filter out undefined filters
    auser authored Nov 16, 2016
    Configuration menu
    Copy the full SHA
    da34c79 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Configuration menu
    Copy the full SHA
    6ca78a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80133de View commit details
    Browse the repository at this point in the history
  3. Merge pull request fullstackreact#139 from chaitanya0bhagvan/master

    forEach and map method on the DataSnapshot does not retain key
    auser authored Nov 17, 2016
    Configuration menu
    Copy the full SHA
    0349b61 View commit details
    Browse the repository at this point in the history
  4. Use storage url from .plist file if not setStorageUrl() hasn't been c…

    …alled.
    
    - Fix weird error that NSError is not KVC compliant when storage is not configured
    JS
    - Fixed code seems to exist on several more locations but has not been fixed,
    since there are no tests to ensure I don't break anything.
    janvogt committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    d005ab2 View commit details
    Browse the repository at this point in the history
  5. Fix donwloadUrl to use storageUrl from .plist.

    - Use storageUrl from default config if not set otherwise in JS
    - Similar code exists on several other places that are not fixed since
    no tests prevent breaking stuff.
    janvogt committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    dfc0bd1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request fullstackreact#143 from janvogt/fix-storage-config

    Use storage url from .plist file if not setStorageUrl() hasn't been called
    auser authored Nov 17, 2016
    Configuration menu
    Copy the full SHA
    e214b6d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

  1. WIP

    auser committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    f4bcfea View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:fullstackreact/react-native-fires…

    …tack
    
    * 'master' of github.com:fullstackreact/react-native-firestack:
      Fix donwloadUrl to use storageUrl from .plist.
      Use storage url from .plist file if not setStorageUrl() hasn't been called.
      Fixed error calling length of undefined
      forEach and map method on the DataSnapshot does not retain key
      removing trailing comma
      Filter out undefined filters
      Parity of response format between ios and android. Added authenticated flag to response from getCurrentUser
    auser committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    29140b6 View commit details
    Browse the repository at this point in the history
  3. Updated with @Salakar v3

    auser committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    f715d41 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Merge pull request fullstackreact#152 from Salakar/master

    Update v3 with latest changes
    Salakar authored Nov 21, 2016
    Configuration menu
    Copy the full SHA
    7774ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98d873f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3233ad View commit details
    Browse the repository at this point in the history
  4. Remove unused/old database.js

     Database.js was factored out into the database/ folder.  This stuck
     around for some reason and the require('modules/database') preferred
     the old version
    BlooJeans committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    d50e976 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Merge pull request fullstackreact#154 from devshackio/android-downloa…

    …dFile
    
    Implement storage.download() for Android
    Salakar authored Nov 22, 2016
    Configuration menu
    Copy the full SHA
    f034c1f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

  1. FCM implementation

    Most of the FCM implementation, local notifications could be cleaner…
    tretelny416 committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    4bb951c View commit details
    Browse the repository at this point in the history