Greeting @Scott_Harrison ,
I am using the Firestore plugin, and I want players to have to perform Auth to access Firestore.
I have successfully authenticated using Firebase Auth and obtained the Token.
And I read the official document mentioned.
* ### Authenticating with an access token
* After you obtain either a Firebase ID token or a Google Identity OAuth 2.0 token, pass it to the Cloud Firestore endpoints as an `Authorization` header set to `Bearer {YOUR_TOKEN}`.
But I can’t find a place where I can enter the header.
Hope you can add.
Thanks.