Update all quickstarts from SDK repo#1444
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates multiple Firebase Unity test apps to Unity 2021.3.43f1, removes the deprecated Dynamic Links test app, and introduces several features including on-device conversion measurement in Analytics, App Check and usage metadata logging in FirebaseAI, Firestore emulator and transaction support, and async storage operations. The code review identified several critical issues: a syntax error due to a missing closing brace in Firestore's object equality helper, unsafe initialization of App Check before verifying dependencies, potential null reference exceptions in FirebaseAI's metadata logging, a risk of unhandled aggregate exceptions in Messaging's token retrieval, and an encoding mismatch between file uploads and downloads in Storage.
| } | ||
|
|
||
|
|
||
|
|
| } | ||
|
|
||
|
|
||
|
|
Co-authored-by: Austin Benoit <austinbenoit@google.com>
Co-authored-by: Austin Benoit <austinbenoit@google.com>
Co-authored-by: Austin Benoit <austinbenoit@google.com>
Co-authored-by: Austin Benoit <austinbenoit@google.com>
Update all the product quickstarts from the changes in firebase-unity-sdk. A majority of the changes are updating the editor version, but there are some functionality changes, especially in Analytics and FirebaseAI. Along with that, remove the Dynamic Links one, as that is no longer supported.