why CreateResourceFromFile does not update the values ?
in the Firebase messaging tut it was my first use of
but I've noticed that after changing the google-services.json the values of googleservices.xml file does not change!! I know it's the default behavior since it's marked as read-only but is there a work around this issue?? so i don't have delete the file every time i update the google-services.json.
I figured out this issue in the hard way, i copied project resources from one to another and my FireBase token always wrong so after alooooot of research i found out this issue
in the Firebase messaging tut it was my first use of
B4X:
CreateResourceFromFile("google-services", "google-services.json")
I figured out this issue in the hard way, i copied project resources from one to another and my FireBase token always wrong so after alooooot of research i found out this issue