We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97c6d7 commit 41aeb62Copy full SHA for 41aeb62
AddNewPod.md
@@ -58,3 +58,12 @@ the GitHub Action check phase. Run [scripts/style.sh](scripts/style.sh).
58
59
For GitHub tag management and public header change detection, add a GitHub api tag and update
60
[Dangerfile](Dangerfile).
61
+
62
+## Firebase Integration
63
64
+* Make sure the public headers are imported via [Firebase.h](CoreOnly/Sources/Firebase.h).
65
+* Update [Firebase.podspec](Firebase.podspec).
66
+* Register library via registerInternalLibrary API like this
67
+ [Storage example](FirebaseStorage/Sources/FIRStorageComponent.m).
68
+* Add to the [ZipBuilder pod list](ZipBuilder/Sources/ZipBuilder/CocoaPod.swift).
69
+* Add a [quickstart](https://github.com/firebase/quickstart-ios).
0 commit comments