Skip to content

Commit 41aeb62

Browse files
authored
Add some missing steps to AddNewPod instructions (#5551)
1 parent c97c6d7 commit 41aeb62

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

AddNewPod.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,12 @@ the GitHub Action check phase. Run [scripts/style.sh](scripts/style.sh).
5858

5959
For GitHub tag management and public header change detection, add a GitHub api tag and update
6060
[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

Comments
 (0)