myflashlab / ANE-LAB

ANE-LAB installs AIR Native Extension files in your project automatically.
30 stars 15 forks source link

Firebase Cloud Messaging FCM implementation without ONESIGNAL using ANELAB #159

Open Gokulv617 opened 3 years ago

Gokulv617 commented 3 years ago

I want to use Firebase Cloud Messaging only, but it is forcing me to add ONESIGNAL ID in ANELAB which is not required for it. please assist me

img_20210604

img_20210604(1)

Gokulv617 commented 3 years ago

please reply

Gokulv617 commented 3 years ago

I need help on this. Please assist me

myflashlab commented 3 years ago

it will be totally fine to place dummy value there. put some xxxx for example.

Gokulv617 commented 3 years ago

Okay Thanks. But I see many permissions populated in the generated XML file by ANELAB

I use the below services for my game, ADMOB, GAME SERVICES, GOOGLE SIGNIN, IN-APP PAYMENTS, FIREBASE CLOUD MESSAGING

Previously i had only these permissions in XML,

`

`

But now many new permissions are added. Do I really need all those permissions for having FCM ?

`

`

Gokulv617 commented 3 years ago

hello please reply