riverscuomo / public-bug-hunt

A place to file bug reports for all of my apps
GNU General Public License v3.0
6 stars 0 forks source link

iOS Weezify doesn't work; can't create accounts #84

Closed riverscuomo closed 8 months ago

riverscuomo commented 8 months ago

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.

riverscuomo commented 8 months ago

basically firestore was missing from the app