firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
367 stars 131 forks source link

Verify app tokens or get more information about the app instance that created the token. #134

Closed alexsandro-xpt closed 4 years ago

alexsandro-xpt commented 4 years ago

There some API in C# to get information about app instances and verify app tokens or get more information about the app instance that created the token using this API? GET https://iid.googleapis.com/iid/info/

As mentioned at https://developers.google.com/instance-id/reference/server

hiranya911 commented 4 years ago

Please file a feature request at https://firebase.google.com/support

None of our SDKs currently expose any API for querying IIDs. It needs to be assessed and treated as a new feature request.

alexsandro-xpt commented 4 years ago

@hiranya911 but this feature already exist( GET https://iid.googleapis.com/iid/info/ ) in firebase.

hiranya911 commented 4 years ago

Yes, but none of our SDKs have this API, and as of today we don't have any plans to add it to the SDKs. So this should be reported to the appropriate team, and assessed as any other new feature request.