Complex C# library for Firebase Realtime Database built on top of Firebase REST API. Among others it supports following:
* Offline storage
* Querying using available filters
* Passing in authentication token
* Streaming online changes
* Directly Posting / Putting /...
More information
Unofficial C# implementation of Firebase authentication targetting .NET Standard.
The library provides a drop-in auth solution that handles the flows for signing in users with email addresses and passwords, Identity Provider Sign In including Google, Facebook, GitHub, Twitter, Apple,...
More information
Library to facilitate push notification using Google's Firebase Cloud Messaging.
Biblioteca para facilitar envio de Push Notification usando o Firebase Cloud Messaging do Google
Authentication middleware that uses Firebase token (issuer / audience) as authentication for Mvc/Api controllers. The jwt validation validate the issuer and audience (firebase project), the token signature (using google certificates) and the token validity.