-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Hey there,
I am using the Firebase SDK together with react-native-firebase.
Unfortunately it seems that the latest version 5.0.0
incoporated some breaking changes and I am still required to use 4.13.0
instead.
On the Add Firebase to your iOS Project Guide Page is a download link to the SDK under the Integrate without CocoaPods
Section. But unfortunately it downloads always the latest version and gives no option to download previous ones. I wasn't able to find a download link to previous versions anywhere else.
In this github repro under Releases
is a download Link to 4.13.0
but it seems to differ significant to the download referenced in the Guide as it only contains a sub-section of the source.
Where can I get the complete 4.13.0 Firebase for iOS SDK from?
Thanks