All Projects → firebase → Firebase Admin Dotnet

firebase / Firebase Admin Dotnet

Licence: apache-2.0
Firebase Admin .NET SDK

Projects that are alternatives of or similar to Firebase Admin Dotnet

Nodejs Auth
Implementation of node.js authentication with social login ✌️, user impersonation 💅, and no passport.js required 💁
Stars: ✭ 201 (+0%)
Mutual labels:  firebase, firebase-auth
Quickstart Cpp
Firebase Quickstart Samples for C++
Stars: ✭ 123 (-38.81%)
Mutual labels:  firebase, firebase-auth
Bento Starter
🍱 Full-Stack solution to quickly build PWA applications with Vue.js and Firebase
Stars: ✭ 1,519 (+655.72%)
Mutual labels:  firebase, firebase-auth
React Native Firebase Chat
React Native chat application using firebase.
Stars: ✭ 113 (-43.78%)
Mutual labels:  firebase, firebase-auth
Space
A real time chat app for developers built using React, Redux, Electron and Firebase
Stars: ✭ 161 (-19.9%)
Mutual labels:  firebase, firebase-auth
Firebase Php
Unofficial Firebase Admin SDK for PHP
Stars: ✭ 1,657 (+724.38%)
Mutual labels:  firebase, firebase-auth
Firebasecrud
Rich UI and animation flutter app backed by firebase
Stars: ✭ 121 (-39.8%)
Mutual labels:  firebase, firebase-auth
Nextjs Redux Firebase Authentication
Boilerplate Project for Authentication with Firebase in NextJs and Redux
Stars: ✭ 90 (-55.22%)
Mutual labels:  firebase, firebase-auth
React Firebase Hooks
React Hooks for Firebase.
Stars: ✭ 2,227 (+1007.96%)
Mutual labels:  firebase, firebase-auth
Stripe Firebase Extensions
Repository of Firebase Extensions built by Stripe.
Stars: ✭ 133 (-33.83%)
Mutual labels:  firebase, firebase-auth
React Mobx Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and MobX
Stars: ✭ 111 (-44.78%)
Mutual labels:  firebase, firebase-auth
Makeitso
This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"
Stars: ✭ 181 (-9.95%)
Mutual labels:  firebase, firebase-auth
Laqul
A complete starter kit that allows you create amazing apps that look native thanks to the Quasar Framework. Powered by an API developed in Laravel Framework using the easy GraphQL queries language. And ready to use the Google Firebase features.
Stars: ✭ 110 (-45.27%)
Mutual labels:  firebase, firebase-auth
React Most Wanted
React starter kit with "Most Wanted" application features
Stars: ✭ 1,867 (+828.86%)
Mutual labels:  firebase, firebase-auth
Gatsby Theme Firebase
🔥 A Gatsby Theme for adding Firebase to your application.
Stars: ✭ 96 (-52.24%)
Mutual labels:  firebase, firebase-auth
Firebase Subscription Payments
Example web client for the `firestore-stripe-subscriptions` Firebase Extension using Stripe Checkout and the Stripe Customer Portal.
Stars: ✭ 119 (-40.8%)
Mutual labels:  firebase, firebase-auth
Angular Redux Ngrx Examples
Sample projects with Angular (4.x) + Angular CLI + ngrx (Redux) + Firebase
Stars: ✭ 73 (-63.68%)
Mutual labels:  firebase, firebase-auth
The Road To React With Firebase
📓The Road to React with Firebase: Your journey to build business applications with React and Firebase.
Stars: ✭ 82 (-59.2%)
Mutual labels:  firebase, firebase-auth
Petshop
Pet Shop is an e-commerce application for Android built with Flutter (iOS to come soon).
Stars: ✭ 127 (-36.82%)
Mutual labels:  firebase, firebase-auth
React Firebase
🔥Declarative React bindings for Firebase Auth & Realtime Database.
Stars: ✭ 176 (-12.44%)
Mutual labels:  firebase, firebase-auth

Build Status

Firebase Admin .NET SDK

Table of Contents

Overview

Firebase provides the tools and infrastructure you need to develop apps, grow your user base, and earn money. The Firebase Admin .NET SDK enables access to Firebase services from privileged environments (such as servers or cloud) in .NET. Currently this SDK provides Firebase custom authentication support.

For more information, please visit the Firebase Admin SDK setup guide.

Installation

The Firebase Admin .NET SDK is available on Nuget as FirebaseAdmin. Use the following command to install it with the Nuget package manager:

$ Install-Package FirebaseAdmin -Version $VERSION

Or use the dotnet command-line utility as follows:

$ dotnet add package FirebaseAdmin --version $VERSION

Contributing

Development of the Admin .NET SDK is mostly driven by our open source community. We welcome and encourage contributions from the developer community to further improve and expand this project. If you would like a new feature or an API added to this SDK, please file an issue and provide a pull request. You can use other Firebase Admin SDKs as a reference on how certain features should be implemented:

Please refer to the CONTRIBUTING page for more information about how you can contribute to this project. In addition to the pull requests, We also welcome bug reports, feature requests, and code review feedback.

Supported Frameworks

Admin .NET SDK supports the following frameworks:

  • .NET Framework 4.6.1+
  • .NET Standard 2.0, providing .NET Core support

This is consistent with the frameworks supported by other .NET libraries associated with Google Cloud Platform.

Documentation

License and Terms

Firebase Admin .NET SDK is licensed under the Apache License, version 2.0.

Your use of Firebase is governed by the Terms of Service for Firebase Services.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].