Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-fcm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ym
react-native-fcm
e023bf06fd3e18f22a8f9c97b5a5628f36a1bb83
e023bf06fd3e18f22a8f9c97b5a5628f36a1bb83
Switch branch/tag
react-native-fcm
Examples
simple-fcm-client
app
FirebaseConstants.js
Find file
Normal view
History
Permalink
FirebaseConstants.js
87 Bytes
Edit
Web IDE
Newer
Older
Fixed Platform not being imported and added a base FirebaseConstants file (#346)
Ryan Wise
committed
Mar 15, 2017
1
2
3
4
5
6
const
FirebaseConstants
=
{
KEY
:
"
YOUR_API_KEY
"
}
export
default
FirebaseConstants
;