All Projects → firebase → Firebase Admin Java

firebase / Firebase Admin Java

Licence: apache-2.0
Firebase Admin Java SDK

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Firebase Admin Java

React Redux Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and Redux
Stars: ✭ 265 (-23.19%)
Mutual labels:  firebase, firebase-database, authentication, firebase-auth, firebase-authentication
React Firebase Authentication
🔥 Boilerplate Project for Authentication with Firebase in React.
Stars: ✭ 863 (+150.14%)
Mutual labels:  firebase, firebase-database, authentication, firebase-auth, firebase-authentication
Laravel Firebase
A Laravel package for the Firebase PHP Admin SDK
Stars: ✭ 369 (+6.96%)
Mutual labels:  firebase, firebase-database, realtime-database, firebase-auth, firebase-authentication
React Gatsby Firebase Authentication
🐣🔥Starter Project / Boilerplate for Authentication with Firebase and plain React in Gatsby.js
Stars: ✭ 356 (+3.19%)
Mutual labels:  firebase, firebase-database, authentication, firebase-auth, firebase-authentication
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+859.13%)
Mutual labels:  firebase, firebase-database, authentication, firebase-auth, firebase-authentication
Nextjs Redux Firebase Authentication
Boilerplate Project for Authentication with Firebase in NextJs and Redux
Stars: ✭ 90 (-73.91%)
Mutual labels:  firebase, firebase-database, authentication, firebase-auth, firebase-authentication
Firebase Admin Node
Firebase Admin Node.js SDK
Stars: ✭ 1,050 (+204.35%)
Mutual labels:  firebase, firebase-database, realtime-database, firebase-auth, firebase-authentication
React Mobx Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and MobX
Stars: ✭ 111 (-67.83%)
Mutual labels:  firebase, firebase-database, authentication, firebase-auth, firebase-authentication
Firebase Js Sdk
Firebase Javascript SDK
Stars: ✭ 3,844 (+1014.2%)
Mutual labels:  firebase, firebase-database, firebase-auth, firebase-authentication
Rxfirebase
Rxjava 2.0 wrapper on Google's Android Firebase library.
Stars: ✭ 509 (+47.54%)
Mutual labels:  firebase, firebase-database, firebase-auth, firebase-authentication
Firebase Admin Python
Firebase Admin Python SDK
Stars: ✭ 591 (+71.3%)
Mutual labels:  firebase, authentication, firebase-auth, firebase-authentication
The Road To React With Firebase
📓The Road to React with Firebase: Your journey to build business applications with React and Firebase.
Stars: ✭ 82 (-76.23%)
Mutual labels:  firebase, firebase-database, firebase-auth, firebase-authentication
firebase-bundle
A Symfony Bundle for the Firebase PHP Admin SDK
Stars: ✭ 112 (-67.54%)
Mutual labels:  realtime-database, firebase-auth, firebase-database, firebase-authentication
Firebase Php
Unofficial Firebase Admin SDK for PHP
Stars: ✭ 1,657 (+380.29%)
Mutual labels:  firebase, firebase-database, firebase-auth, firebase-authentication
React Firebase Hooks
React Hooks for Firebase.
Stars: ✭ 2,227 (+545.51%)
Mutual labels:  firebase, firebase-database, firebase-auth, firebase-authentication
Nodejs Auth
Implementation of node.js authentication with social login ✌️, user impersonation 💅, and no passport.js required 💁
Stars: ✭ 201 (-41.74%)
Mutual labels:  firebase, authentication, firebase-auth
Qtfirebase
An effort to bring Google's Firebase C++ API to Qt + QML
Stars: ✭ 208 (-39.71%)
Mutual labels:  firebase, realtime-database, authentication
Next Firebase Ssr
An Next.js example repo for building authenticated pages with Firebase Authentication, cookies, and getServerSideProps
Stars: ✭ 192 (-44.35%)
Mutual labels:  firebase, authentication, firebase-auth
Firebase Kotlin Sdk
A Kotlin-first SDK for Firebase
Stars: ✭ 214 (-37.97%)
Mutual labels:  firebase, firebase-database, firebase-auth
Firebase Authentication Dotnet
C# library for Firebase Authentication
Stars: ✭ 222 (-35.65%)
Mutual labels:  firebase, firebase-database, firebase-authentication

Build Status Maven Central Javadoc

Firebase Admin Java 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 Java SDK enables access to Firebase services from privileged environments (such as servers or cloud) in Java. Currently this SDK provides Firebase custom authentication support, and Firebase realtime database access.

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

Installing

Firebase Admin Java SDK is distributed via the Maven central repository. Simply configure your build tool to pull the latest version of the SDK into your projects.

  • Group ID: com.google.firebase
  • Artifact ID: firebase-admin

Contributing

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

Supported Java Versions

We support Java 7 and higher. Firebase Admin Java SDK also runs on Google App Engine.

Documentation

License and Terms

Firebase Admin Java 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].