Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed null token in getToken() on Android #1724

Merged
merged 3 commits into from Dec 5, 2018

Conversation

efstathiosntonas
Copy link
Contributor

@efstathiosntonas efstathiosntonas commented Dec 2, 2018

Summary

Fixes null token when getToken() on Android devices/emulators

Fixes #1429

Checklist

  • [x ] Supports Android
  • Supports iOS
  • e2e tests added or updated in /tests/e2e/*
  • Updated the documentation in the docs repo
  • Flow types updated
  • Typescript types updated

Think react-native-firebase is great? Please consider supporting the project with any of the below:

@CLAassistant
Copy link

CLAassistant commented Dec 2, 2018

CLA assistant check
All committers have signed the CLA.

@efstathiosntonas efstathiosntonas changed the title fixed null token in getToken() fixed null token in getToken() on Android Dec 2, 2018
@codecov
Copy link

codecov bot commented Dec 2, 2018

Codecov Report

Merging #1724 into master will increase coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1724      +/-   ##
==========================================
+ Coverage    76.1%   76.15%   +0.05%     
==========================================
  Files          72       72              
  Lines        1837     1837              
==========================================
+ Hits         1398     1399       +1     
+ Misses        439      438       -1

1 similar comment
@codecov
Copy link

codecov bot commented Dec 2, 2018

Codecov Report

Merging #1724 into master will increase coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1724      +/-   ##
==========================================
+ Coverage    76.1%   76.15%   +0.05%     
==========================================
  Files          72       72              
  Lines        1837     1837              
==========================================
+ Hits         1398     1399       +1     
+ Misses        439      438       -1

@Ehesp Ehesp merged commit 42f9c9f into invertase:master Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Help wanted: firebase.messaging().getToken() returns null
4 participants