skip to Main Content

Firebase Cloud Messaging API (V1)

Trying to implement Firebase Cloud Messaging API (V1) as Cloud Messaging API (Legacy) is getting depreciated from 20/06/2024, I'm trying to generate API key for the new API v1, but there seems to be no way around it. The attached…

VIEW QUESTION

Flutter – Error: Member not found: 'FirebaseAppPlatform.verify'. FirebaseAppPlatform.verify(_delegate);

dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.2 firebase_core: ^2.25.4 firebase_auth: ^4.17.4 cloud_firestore: ^4.15.4 firebase_storage: ^11.6.5 image_picker: ^1.0.7 uuid: ^4.3.3 firebase_core_platform_interface: 4.5.1 firebase_messaging: ^14.7.15 This is my YAML file I have tried updating the dependencies and still no success.

VIEW QUESTION
Back To Top
Search