-
Notifications
You must be signed in to change notification settings - Fork 2.2k
/
Copy pathscreencasts.json
59 lines (58 loc) · 2.35 KB
/
screencasts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[
{
"slug": "install-firebase-react-native-tutorial",
"vid": "LYi1gwPWDto",
"title": "Install Firebase React Native Tutorial",
"description": "How to use firebase in react native, including installing firebase for android and iOS.",
"tags": ["android", "ios", "core"]
},
{
"slug": "android-installation",
"vid": "I9EKMCbbhns",
"title": "Android Installation",
"description": "Follow along setting up a new Firebase project and integrating React Native Firebase on Android.",
"tags": ["android", "core"]
},
{
"slug": "ios-installation",
"vid": "MEb4otoZzsQ",
"title": "iOS Installation",
"description": "Follow along setting up a new Firebase project and integrating React Native Firebase on iOS.",
"tags": ["ios", "core"]
},
{
"slug": "analytics-overview",
"vid": "gH6oKPtJYJ4",
"title": "Firebase Analytics Overview",
"description": "Learn how to setup Firebase Analytics for your React Native app, log custom analytics events, track screen changes in your app and integrating with React Navigation.",
"tags": ["analytics", "google-analytics"]
},
{
"slug": "authentication-overview",
"vid": "RrGtyfo1wr0",
"title": "Firebase Authentication Overview",
"description": "Learn how to setup Firebase Authentication for your React Native app and authenticate your users using phone, email, anonymous, Twitter, Google and other auth providers.",
"tags": ["authentication"]
},
{
"slug": "cloud-firestore-overview",
"vid": "eET0YtDBWWg",
"title": "Firebase Cloud Firestore Overview",
"description": "Learn how to setup Firebase Cloud Firestore for your React Native app, a NoSQL real-time database for storing your application data.",
"tags": ["firestore"]
},
{
"slug": "dynamic-links-overview",
"vid": "yXuIw1PznvY",
"title": "Firebase Dynamic Links Overview",
"description": "Learn how to setup Dynamic Links from Google's Firebase.",
"tags": ["dynamic-links"]
},
{
"slug": "enabling-multidex-for-android",
"vid": "4oVGEgHR3KE",
"title": "Enabling Multidex fix for Android",
"description": "As more native dependencies are added to your project, in particular Cloud Firestore, it may bump you over the 64k method. Learn how to update the limit on the Android build system.",
"tags": ["multidex", "android", "firestore"]
}
]