Skip to content

Commit 4ab98d8

Browse files
committed
added firebase
1 parent 377dbfd commit 4ab98d8

File tree

388 files changed

+48756
-1321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

388 files changed

+48756
-1321
lines changed

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ target 'Stickeee' do
99
pod 'SnapSDK'
1010
pod 'SwiftSocket'
1111
pod 'Firebase/Core'
12-
12+
pod 'Firebase/Database'
1313
end

Podfile.lock

+17-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ PODS:
44
- FirebaseAnalytics (= 5.6.0)
55
- Firebase/CoreOnly (5.17.0):
66
- FirebaseCore (= 5.3.0)
7+
- Firebase/Database (5.17.0):
8+
- Firebase/CoreOnly
9+
- FirebaseDatabase (= 5.1.0)
710
- FirebaseAnalytics (5.6.0):
811
- FirebaseCore (~> 5.3)
912
- FirebaseInstanceID (~> 3.5)
@@ -13,8 +16,13 @@ PODS:
1316
- GoogleUtilities/Network (~> 5.2)
1417
- "GoogleUtilities/NSData+zlib (~> 5.2)"
1518
- nanopb (~> 0.3)
19+
- FirebaseAuthInterop (1.0.0)
1620
- FirebaseCore (5.3.0):
1721
- GoogleUtilities/Logger (~> 5.2)
22+
- FirebaseDatabase (5.1.0):
23+
- FirebaseAuthInterop (~> 1.0)
24+
- FirebaseCore (~> 5.2)
25+
- leveldb-library (~> 1.18)
1826
- FirebaseInstanceID (3.5.0):
1927
- FirebaseCore (~> 5.3)
2028
- GoogleUtilities/Environment (~> 5.3)
@@ -43,6 +51,7 @@ PODS:
4351
- GoogleUtilities/Logger
4452
- GoogleUtilities/UserDefaults (5.3.7):
4553
- GoogleUtilities/Logger
54+
- leveldb-library (1.20)
4655
- nanopb (0.3.901):
4756
- nanopb/decode (= 0.3.901)
4857
- nanopb/encode (= 0.3.901)
@@ -70,17 +79,21 @@ PODS:
7079

7180
DEPENDENCIES:
7281
- Firebase/Core
82+
- Firebase/Database
7383
- SnapSDK
7484
- SwiftSocket
7585

7686
SPEC REPOS:
7787
https://github.com/cocoapods/specs.git:
7888
- Firebase
7989
- FirebaseAnalytics
90+
- FirebaseAuthInterop
8091
- FirebaseCore
92+
- FirebaseDatabase
8193
- FirebaseInstanceID
8294
- GoogleAppMeasurement
8395
- GoogleUtilities
96+
- leveldb-library
8497
- nanopb
8598
- PINCache
8699
- PINOperation
@@ -91,17 +104,20 @@ SPEC REPOS:
91104
SPEC CHECKSUMS:
92105
Firebase: 59d557e064217fab6a03ff00baa73c06e73832e6
93106
FirebaseAnalytics: 75e4bbc6417d190cc98ec1f17c41a4fad4c2c976
107+
FirebaseAuthInterop: 0ffa57668be100582bb7643d4fcb7615496c41fc
94108
FirebaseCore: c0c4befb82374d6aef64d800e569f47625352edc
109+
FirebaseDatabase: 23acb0c53cd4d4070a427b60100b2e4aaa97c45d
95110
FirebaseInstanceID: 4522aad88f69297622062c0e9ffccdee3dd9b151
96111
GoogleAppMeasurement: 008e04ecd8efedd97a693aea8634aefe220bd26e
97112
GoogleUtilities: 111a012f4c3a29c9e7c954c082fafd6ee3c999c0
113+
leveldb-library: 08cba283675b7ed2d99629a4bc5fd052cd2bb6a5
98114
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
99115
PINCache: ce36ed282031b92fc7733ffe831f474ff80fddc2
100116
PINOperation: a6219e6fc9db9c269eb7a7b871ac193bcf400aac
101117
SnapSDK: 9804a9c6df2e81edee54ba139902410d532efba8
102118
SwiftSocket: 6f4c9c63fbc5c1d61188936bb3c599fd546f40ae
103119
YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54
104120

105-
PODFILE CHECKSUM: c5c88b4c02972ebf80026dbe83cd3d2e6bc1aaee
121+
PODFILE CHECKSUM: 9654ef03dbb827c4e8e0b2b95ca5ae3b683e3f34
106122

107123
COCOAPODS: 1.6.1

Pods/FirebaseAuthInterop/Interop/Auth/Public/FIRAuthInterop.h

+42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/FirebaseAuthInterop/LICENSE

+202
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)