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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
fullstackreact
/
react-native-firestack
Public
Notifications
You must be signed in to change notification settings
Fork
127
Star
711
Code
Issues
98
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
FCM implementation
- #167
#167
Open
tretelny
wants to merge 37 commits into
fullstackreact:v3
fullstackreact/react-native-firestack:v3
from
tretelny:v3
tretelny/react-native-firestack:v3
Copy head branch name to clipboard
Conversation
Commits
37
(37)
Checks
Files changed
Open
FCM implementation
#167
tretelny
wants to merge 37 commits into
fullstackreact:v3
fullstackreact/react-native-firestack:v3
from
tretelny:v3
tretelny/react-native-firestack:v3
Copy head branch name to clipboard
Commits
Commits on Nov 8, 2016
Implement reauthenticateWithCredentialForProvider for Android
ghuh
committed
ed409a2
View commit details
Copy full SHA for ed409a2
Browse repository at this point
Catch exception thrown by setPersistenceEnabled which was causing the rn app to fail
chaitanya-bhagavan
committed
972b16d
View commit details
Copy full SHA for 972b16d
Browse repository at this point
Parity in response format between ios and android
chaitanya-bhagavan
committed
a4a115f
View commit details
Copy full SHA for a4a115f
Browse repository at this point
Fixed a typo that was causing an error
chaitanya-bhagavan
committed
483e15f
View commit details
Copy full SHA for 483e15f
Browse repository at this point
Commits on Nov 9, 2016
Parity in response format between ios and android
chaitanya-bhagavan
committed
a85f5fa
View commit details
Copy full SHA for a85f5fa
Browse repository at this point
Reverted changes since it was an error from my end
chaitanya-bhagavan
authored
e34988b
View commit details
Copy full SHA for e34988b
Browse repository at this point
fixing filter value creation
pedro-ribeiro
committed
68396e0
View commit details
Copy full SHA for 68396e0
Browse repository at this point
Merge pull request #122 from pedro-ribeiro/fixing_equalto
Show description for 635f882
auser
authored
635f882
View commit details
Copy full SHA for 635f882
Browse repository at this point
Merge pull request #119 from chaitanya0bhagvan/master
Show description for ea5e10c
auser
authored
ea5e10c
View commit details
Copy full SHA for ea5e10c
Browse repository at this point
Merge pull request #117 from ghuh/ghuh-android-reauthenticateWithCredentialForProvider
Show description for b55ba69
auser
authored
b55ba69
View commit details
Copy full SHA for b55ba69
Browse repository at this point
Commits on Nov 10, 2016
Fix Android listenForAuth method to correctly check for user
ghuh
committed
c3129fb
View commit details
Copy full SHA for c3129fb
Browse repository at this point
WIP: FirebaseAuth
auser
committed
28644a6
View commit details
Copy full SHA for 28644a6
Browse repository at this point
Added initial handling of android error messages
auser
committed
1111617
View commit details
Copy full SHA for 1111617
Browse repository at this point
Commits on Nov 11, 2016
Merge pull request #124 from ghuh/ghuh-android-listenForAuth
Show description for c811a3a
auser
authored
c811a3a
View commit details
Copy full SHA for c811a3a
Browse repository at this point
Parity of response format between ios and android. Added authenticated flag to response from getCurrentUser
chaitanya-bhagavan
committed
7d09ab4
View commit details
Copy full SHA for 7d09ab4
Browse repository at this point
Commits on Nov 14, 2016
Remove RCTConvert to work with react-native-fcm
auser
committed
e525569
View commit details
Copy full SHA for e525569
Browse repository at this point
Merge branch 'master' of github.com:fullstackreact/react-native-firestack
Show description for 9f9525d
auser
committed
9f9525d
View commit details
Copy full SHA for 9f9525d
Browse repository at this point
Merge pull request #126 from chaitanya0bhagvan/master
Show description for ef52467
auser
authored
ef52467
View commit details
Copy full SHA for ef52467
Browse repository at this point
Commits on Nov 16, 2016
Filter out undefined filters
samer
committed
8306c45
View commit details
Copy full SHA for 8306c45
Browse repository at this point
removing trailing comma
pedro-ribeiro
committed
487ed30
View commit details
Copy full SHA for 487ed30
Browse repository at this point
Merge pull request #137 from pedro-ribeiro/fixing_trailing_comma
Show description for a0a78e5
auser
authored
a0a78e5
View commit details
Copy full SHA for a0a78e5
Browse repository at this point
Merge pull request #136 from samer/filter-fix
Show description for da34c79
auser
authored
da34c79
View commit details
Copy full SHA for da34c79
Browse repository at this point
Commits on Nov 17, 2016
forEach and map method on the DataSnapshot does not retain key
chaitanya-bhagavan
committed
6ca78a1
View commit details
Copy full SHA for 6ca78a1
Browse repository at this point
Fixed error calling length of undefined
chaitanya-bhagavan
committed
80133de
View commit details
Copy full SHA for 80133de
Browse repository at this point
Merge pull request #139 from chaitanya0bhagvan/master
Show description for 0349b61
auser
authored
0349b61
View commit details
Copy full SHA for 0349b61
Browse repository at this point
Use storage url from .plist file if not setStorageUrl() hasn't been called.
Show description for d005ab2
janvogt
committed
d005ab2
View commit details
Copy full SHA for d005ab2
Browse repository at this point
Fix donwloadUrl to use storageUrl from .plist.
Show description for dfc0bd1
janvogt
committed
dfc0bd1
View commit details
Copy full SHA for dfc0bd1
Browse repository at this point
Merge pull request #143 from janvogt/fix-storage-config
Show description for e214b6d
auser
authored
e214b6d
View commit details
Copy full SHA for e214b6d
Browse repository at this point
Commits on Nov 18, 2016
WIP
auser
committed
f4bcfea
View commit details
Copy full SHA for f4bcfea
Browse repository at this point
Merge branch 'master' of github.com:fullstackreact/react-native-firestack
Show description for 29140b6
auser
committed
29140b6
View commit details
Copy full SHA for 29140b6
Browse repository at this point
Updated with @Salakar v3
auser
committed
f715d41
View commit details
Copy full SHA for f715d41
Browse repository at this point
Commits on Nov 21, 2016
Merge pull request #152 from Salakar/master
Show description for 7774ac1
Salakar
authored
7774ac1
View commit details
Copy full SHA for 7774ac1
Browse repository at this point
Implement firestack.storage.download() for android
BlooJeans
committed
98d873f
View commit details
Copy full SHA for 98d873f
Browse repository at this point
Factor out errorCodes for future constants
BlooJeans
committed
f3233ad
View commit details
Copy full SHA for f3233ad
Browse repository at this point
Remove unused/old database.js
Show description for d50e976
BlooJeans
committed
d50e976
View commit details
Copy full SHA for d50e976
Browse repository at this point
Commits on Nov 22, 2016
Merge pull request #154 from devshackio/android-downloadFile
Show description for f034c1f
Salakar
authored
f034c1f
View commit details
Copy full SHA for f034c1f
Browse repository at this point
Commits on Nov 26, 2016
FCM implementation
Show description for 4bb951c
tretelny416
committed
4bb951c
View commit details
Copy full SHA for 4bb951c
Browse repository at this point
You can’t perform that action at this time.