소스 검색

firbase fix

eduardo-santin 2 년 전
부모
커밋
0530f8bda8
3개의 변경된 파일385개의 추가작업 그리고 1124개의 파일을 삭제
  1. 4
    2
      App.js
  2. 380
    1121
      package-lock.json
  3. 1
    1
      package.json

+ 4
- 2
App.js 파일 보기

@@ -14,10 +14,12 @@ export default function App() {
14 14
 
15 15
 
16 16
 // Import the functions you need from the SDKs you need
17
-import { initializeApp } from "firebase/app";
17
+// import { initializeApp } from "firebase/app";
18 18
 // TODO: Add SDKs for Firebase products that you want to use
19 19
 // https://firebase.google.com/docs/web/setup#available-libraries
20 20
 
21
+import firebase from "firebase";
22
+
21 23
 // Your web app's Firebase configuration
22 24
 const firebaseConfig = {
23 25
   apiKey: "AIzaSyDW-ABAQ3r_WR7C7WC_3VprL77NcAoitJI",
@@ -29,7 +31,7 @@ const firebaseConfig = {
29 31
 };
30 32
 
31 33
 // Initialize Firebase
32
-const app = initializeApp(firebaseConfig);
34
+const app = firebase.initializeApp(firebaseConfig);
33 35
 
34 36
 
35 37
 const styles = StyleSheet.create({

+ 380
- 1121
package-lock.json
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 1
- 1
package.json 파일 보기

@@ -10,7 +10,7 @@
10 10
   "dependencies": {
11 11
     "expo": "~42.0.1",
12 12
     "expo-status-bar": "~1.0.4",
13
-    "firebase": "^9.0.2",
13
+    "firebase": "8.2.3",
14 14
     "react": "16.13.1",
15 15
     "react-dom": "16.13.1",
16 16
     "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",