Giter Site home page Giter Site logo

Comments (6)

DataWearsAHood avatar DataWearsAHood commented on June 30, 2024

Should be done with the latest release (9.0.0)

from sunshine-conversations-android.

billnbell avatar billnbell commented on June 30, 2024

Fantastic. We are using the latest. So that version would be great to have. There are a few differences with the older version.We would love to get it on IOS upgraded too....

We are using IOS: Firebase/Messaging (8.9.1) and Android: com.google.firebase:firebase-messaging -> 23.0.0

Screen Shot 2021-12-01 at 9 15 59 AM

https://firebase.google.com/docs/projects/manage-installations#fid-iid - was deprecated.

Migrate from Instance ID to Firebase installations

Prior to the introduction of Firebase installations, Firebase relied on the Instance ID SDK for identifiers of app installs. Firebase installations provides significant advantages over Instance ID in reliability, performance, and security. Firebase apps that depend on the Instance ID SDK should migrate to Firebase installations.

The migration process is different based on your app:

Apps that don't directly call Instance ID APIs can migrate by updating their SDK versions. Most Firebase apps fall into this categaory.
Apps that explicitly make API calls to Instance ID must update SDK versions and make code changes to replace Instance ID methods with their Firebase installations or FCM equivalents. If your app uses Instance ID to retrieve FCM registration tokens or explicitly uses Instance ID to target app instances or for any other purpose, you'll need to update your application code.
Currently, FIS is backward-compatible with the legacy identifier Firebase Instance ID. Deleting an IID is an alternative method of requesting data deletion with these Firebase SDKs:

iOS 6.14.0 and lower
Android SDKs earlier than February 27, 2020
This means that apps are not required to migrate to Firebase installations; however, doing so is highly recommended.

from sunshine-conversations-android.

DataWearsAHood avatar DataWearsAHood commented on June 30, 2024

Hi @billnbell,

Thanks for the suggestion. We're currently using APN for Push notifications on iOS.

from sunshine-conversations-android.

billnbell avatar billnbell commented on June 30, 2024

Ok so no Firebase for IOS? Thanks!

from sunshine-conversations-android.

billnbell avatar billnbell commented on June 30, 2024

Can you add for Android 12?

smooch:core:8.2.0 manifest

<service android:name="io.smooch.core.FcmService" >
            <intent-filter>
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>

Switch to add android:exported="false" or true?

<service android:name="io.smooch.core.FcmService"  android:exported="false" >
            <intent-filter>
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>

from sunshine-conversations-android.

billnbell avatar billnbell commented on June 30, 2024

I added this to my local AndroidManifest.xml and it helped, but you really should patch this.

    <service android:name="io.smooch.core.FcmService"
    android:exported="false"
        tools:node="merge" />

from sunshine-conversations-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.