Following instructions in:
Flutter Firebase codelab
I named my project friendly_chat.
The problem is that Dart packages need to use the snake_case naming convention. When the iOS bundle name is generated, it uses the project name unchanged. Copying and pasting that into the Firebase console won't work because Firebase does not accept the underscore.
Following instructions in:
Flutter Firebase codelab
I named my project
friendly_chat.The problem is that Dart packages need to use the
snake_casenaming convention. When the iOS bundle name is generated, it uses the project name unchanged. Copying and pasting that into the Firebase console won't work because Firebase does not accept the underscore.