简体   繁体   中英

Revert to previous version of Firebase

Due to some crash happening in current version of Firebase Firebase/Core (6.20.0) , I want to revert to a previous version of Firebase Firebase/Core (6.15.0) that was working for my project. Is there a way to revert to previous version ?

Just add the version you want to use to the line in your Podfile:

pod "Firebase/Core", "= 6.15.0"

and run pod install .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM