firebase / quickstart-unity

Firebase Quickstart Samples for Unity
https://firebase.google.com/games
Apache License 2.0
819 stars 424 forks source link

Copy auth and remote config testapp code from firebase-unity-sdk repo #1331

Closed AlmostMatt closed 1 year ago

AlmostMatt commented 1 year ago

This includes files from the following changes: RemoteConfig: https://github.com/firebase/firebase-unity-sdk/pull/706 Auth: https://github.com/firebase/firebase-unity-sdk/pull/709

The Firestore file is included in this PR since it was present in the auth testapp change, though it is effectively a no-op change as in the unity-sdk it was updated to both add and later remove a _DEPRECATED suffix.

I have verified that these testapps compile with the updated code and 11.0.0 unitypackages.