Skip to main content
1 vote

Expo push notifications error: "Default FirebaseApp is not initialized" on React Native 0.84.1

This error is happening because you are calling setNotificationChannelAsync to "vendas", but for it to properly communicate, you need to set it to default value. Here is an example from the ...
knnorou2's user avatar
  • 321

Only top scored, non community-wiki answers of a minimum length are eligible