Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
teskey
/
firebase-admin-java
Public
forked from
firebase/firebase-admin-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
firebase-admin-java
src
test
java
com
google
firebase
on
auto_init
User selector
All users
All time
Commit history
Commits on Jan 11, 2018
Merge branch 'master' into auto_init
avishalom
committed
e64267d
View commit details
Copy full SHA for e64267d
View code at this point
Browse repository at this point
Commits on Jan 9, 2018
Merge branch 'master' of github.com:firebase/firebase-admin-java
avishalom
committed
5c30797
View commit details
Copy full SHA for 5c30797
View code at this point
Browse repository at this point
Typos
avishalom
committed
cc15096
View commit details
Copy full SHA for cc15096
View code at this point
Browse repository at this point
Commits on Jan 8, 2018
Improved error handling for user management API (#115)
Show description for 5124616
hiranya911
authored
5124616
View commit details
Copy full SHA for 5124616
View code at this point
Browse repository at this point
Commits on Jan 6, 2018
rename tests and variables to comply with Java conventions.
avishalom
committed
6b5ac8f
View commit details
Copy full SHA for 6b5ac8f
View code at this point
Browse repository at this point
Commits on Jan 5, 2018
Read builder directly from json.
avishalom
committed
cb8432d
View commit details
Copy full SHA for cb8432d
View code at this point
Browse repository at this point
aligning test to much the changed json library
avishalom
committed
907911a
View commit details
Copy full SHA for 907911a
View code at this point
Browse repository at this point
Addressing PR comments
avishalom
committed
6323924
View commit details
Copy full SHA for 6323924
View code at this point
Browse repository at this point
Commits on Jan 3, 2018
add tests for json string in env var
avishalom
committed
e82f569
View commit details
Copy full SHA for e82f569
View code at this point
Browse repository at this point
allow env var config to be json, rename some vars to match
avishalom
committed
8b13def
View commit details
Copy full SHA for 8b13def
View code at this point
Browse repository at this point
Commits on Jan 2, 2018
add behavior for authOverride test
avishalom
committed
6841ce9
View commit details
Copy full SHA for 6841ce9
View code at this point
Browse repository at this point
cleanup +lint
avishalom
committed
66397fa
View commit details
Copy full SHA for 66397fa
View code at this point
Browse repository at this point
cleanup debug prints
avishalom
committed
0426cb8
View commit details
Copy full SHA for 0426cb8
View code at this point
Browse repository at this point
Commits on Jan 1, 2018
revert overwrite behaviour, use default options only when none present.
avishalom
committed
a86caae
View commit details
Copy full SHA for a86caae
View code at this point
Browse repository at this point
Commits on Dec 28, 2017
change tests for class
avishalom
committed
26f86ff
View commit details
Copy full SHA for 26f86ff
View code at this point
Browse repository at this point
Commits on Dec 22, 2017
Porting the fix to double serialization along with tests (#117)
Show description for c7f1295
hiranya911
authored
c7f1295
View commit details
Copy full SHA for c7f1295
View code at this point
Browse repository at this point
Commits on Dec 20, 2017
Implemented IID Delete API (#99)
Show description for fc1d49c
hiranya911
authored
fc1d49c
View commit details
Copy full SHA for fc1d49c
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
Removing all usages of org.json from the auth package. (#114)
hiranya911
authored
84f6717
View commit details
Copy full SHA for 84f6717
View code at this point
Browse repository at this point
Commits on Dec 7, 2017
Renamed method as per the proposed API (#109)
hiranya911
authored
cc30bc8
View commit details
Copy full SHA for cc30bc8
View code at this point
Browse repository at this point
Commits on Dec 6, 2017
Improving Unit Test Coverage (#100)
Show description for cc47045
hiranya911
authored
cc47045
View commit details
Copy full SHA for cc47045
View code at this point
Browse repository at this point
Fixed integration tests for auth (#107)
hiranya911
authored
f8dcd35
View commit details
Copy full SHA for f8dcd35
View code at this point
Browse repository at this point
Commits on Dec 5, 2017
Custom Claims and List Users Support (#92)
Show description for acec5fe
hiranya911
authored
acec5fe
View commit details
Copy full SHA for acec5fe
View code at this point
Browse repository at this point
Commits on Nov 22, 2017
WebSocket Implementation Based on Netty (#91)
Show description for 7187f05
hiranya911
authored
7187f05
View commit details
Copy full SHA for 7187f05
View code at this point
Browse repository at this point
Commits on Nov 10, 2017
Adding a Set of New Unit Tests (#96)
Show description for 3283aa8
hiranya911
authored
3283aa8
View commit details
Copy full SHA for 3283aa8
View code at this point
Browse repository at this point
Commits on Nov 3, 2017
Code Coverage Integration (#95)
Show description for 3d4e9d0
hiranya911
authored
3d4e9d0
View commit details
Copy full SHA for 3d4e9d0
View code at this point
Browse repository at this point
Commits on Nov 2, 2017
Firestore API (#83)
Show description for 202c332
hiranya911
authored
202c332
View commit details
Copy full SHA for 202c332
View code at this point
Browse repository at this point
Commits on Oct 9, 2017
Load integration test credentials from well-known files (#84)
Show description for 30a0e5b
hiranya911
authored
30a0e5b
View commit details
Copy full SHA for 30a0e5b
View code at this point
Browse repository at this point
Commits on Oct 5, 2017
Improving the ThreadManager and TokenRefresher APIs (#77)
Show description for 122595a
hiranya911
authored
122595a
View commit details
Copy full SHA for 122595a
View code at this point
Browse repository at this point
Commits on Oct 4, 2017
Introducing the ThreadManager API (#74)
Show description for 8dadce6
hiranya911
authored
8dadce6
View commit details
Copy full SHA for 8dadce6
View code at this point
Browse repository at this point
Commits on Sep 16, 2017
Migrating to GoogleCredentials (#71)
Show description for 50ab119
hiranya911
authored
50ab119
View commit details
Copy full SHA for 50ab119
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
Deprecated the Task API and introduced ApiFutures (#66)
Show description for 9117f75
hiranya911
authored
9117f75
View commit details
Copy full SHA for 9117f75
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Proper handling of exceptions when verifying ID tokens (#64)
Show description for 1f72249
hiranya911
authored
1f72249
View commit details
Copy full SHA for 1f72249
View code at this point
Browse repository at this point
Commits on Aug 11, 2017
Implementing Phone Auth Support (#60)
Show description for 6cd505b
hiranya911
authored
6cd505b
View commit details
Copy full SHA for 6cd505b
View code at this point
Browse repository at this point
Google Cloud Storage API [WIP] (#51)
Show description for a438e50
hiranya911
authored
a438e50
View commit details
Copy full SHA for a438e50
View code at this point
Browse repository at this point
Commits on Jul 7, 2017
SLF4J Integration (#53)
Show description for f9b81d2
hiranya911
authored
f9b81d2
View commit details
Copy full SHA for f9b81d2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.