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

Fix FCM service worker setup code for >= 7.0.0. #422

Merged
merged 2 commits into from Mar 19, 2020

Commits on Feb 25, 2020

  1. fix FCM service worker setup code

    Update the FCM service worker setup code to work with >=7.0.0 Firebase JavaScript SDK.
    
    https://firebase.google.com/support/release-notes/js#version_700_-_september_26_2019
    aviaryan committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    333b1b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Use entire config object for FCM setup

    This is easier to copy, paste and manage.
    aviaryan committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    089af0c View commit details
    Browse the repository at this point in the history