bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
693 stars 147 forks source link

Added support for Access Token authentication #121

Closed LamboJ closed 6 years ago

LamboJ commented 6 years ago

Access Token authentication is the new recommended authentication mechanism as database secrets are deprecated (https://firebase.google.com/docs/database/rest/auth)

106