snippets-ios
snippets-ios copied to clipboard
iOS snippets used in firebase.google.com
Brought to you by your friendly [Repository Gardener](https://github.com/GoogleCloudPlatform/repository-gardener).
https://github.com/firebase/snippets-ios/blob/a38496bbaa41d8166d12d640d604827d6d5312e3/firestore/swift/firestore-smoketest/ViewController.swift#L1277-L1284 Doest seem like count variable exists anywhere in the SDK, im used Firebase v 9.6.0
 可能原因是 FIRInAppMessagingDisplayDelegate 為 weak var 
I have noticed on https://firebase.google.com/docs/auth/ios/google-signin page under "Authenticate with Firebase" the use of a deprecated method while implementing the same in my iOS application Here are snapshots: 