Article sections

    1. Find your API key under “api-key” in your google-services.json file.
    2. Go to app/build/generated/res/google-services/debug/values/values.xml
    3. Replace both google_api_key and google_crash_reporting_api_key values (which will be “XXXX…”) with your API key.
    4. Go to Build > Clean Project
    5. Run your app again. In the logs, search for “FCM Token” and you should see a token value if successful 🙂
    in WebViewGold for Android