You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firebase Remote Config is missing the required GCMSenderID property from the configured FirebaseApp and will not be able to function properly. Please fix this issue to ensure that Firebase is correctly configured.
When testFetch() is executed the test fails with the message above. I checked the other tests and it seems that none of them is passing gcmSenderId in FirebaseOptions. Is it possible to add it?
The text was updated successfully, but these errors were encountered:
Tests for
remote-config
fail with the followingExample test:
When
testFetch()
is executed the test fails with the message above. I checked the other tests and it seems that none of them is passinggcmSenderId
inFirebaseOptions
. Is it possible to add it?The text was updated successfully, but these errors were encountered: