After running in the xcode iphone simulator, I think I found the problem. Looks like the info.plist file we manually copied was for the Rivify app, not Weezify.
The project's Bundle ID is inconsistent with either the Bundle ID in 'GoogleService-Info.plist', or the Bundle ID in the options if you are using a customized options. To ensure that everything can be configured correctly, you may need to make the Bundle IDs consistent. To continue with this plist file, you may change your app's bundle identifier to 'com.rivers***'. Or you can download a new configuration file that matches your bundle identifier from https://console.firebase.google.com/ and replace the current one.
After running in the xcode iphone simulator, I think I found the problem. Looks like the info.plist file we manually copied was for the Rivify app, not Weezify.
The project's Bundle ID is inconsistent with either the Bundle ID in 'GoogleService-Info.plist', or the Bundle ID in the options if you are using a customized options. To ensure that everything can be configured correctly, you may need to make the Bundle IDs consistent. To continue with this plist file, you may change your app's bundle identifier to 'com.rivers***'. Or you can download a new configuration file that matches your bundle identifier from https://console.firebase.google.com/ and replace the current one.