Reputation: 1046
I was going to add a SHA fingerprint using firebase to my flutter app. I noticed there wasn't an option in firebase for a fingerprint on the IOS app like there is in the android settings and was wondering what the equivalent is?
Thanks
Upvotes: 0
Views: 646
Reputation: 7289
It's the Bundle ID you're looking for. No fingerprints required for iOS. See https://firebase.google.com/docs/ios/setup for instructions.
Upvotes: 0
Reputation: 3566
The app ID is the equivalent, on iOS you have Bundle ID and App ID, where on Android you only have a Bundle ID.
Upvotes: 0