Commit b1ccfc4e authored by Ryan Wise's avatar Ryan Wise Committed by Libin Lu

Fixed Platform not being imported and added a base FirebaseConstants file (#346)

parent 1c769c6e
const FirebaseConstants = {
KEY: "YOUR_API_KEY"
}
export default FirebaseConstants;
import React, { Component } from "react";
import { Platform } from 'react-native';
import FCM, {FCMEvent, RemoteNotificationResult, WillPresentNotificationResult, NotificationType} from "react-native-fcm";
import firebaseClient from "./FirebaseClient";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment