CHANGELOG.md 800 B

10.17.0

  • [deprecated] All of the public API from FirebaseDatabaseSwift can now be accessed through the FirebaseDatabase module. Therefore, FirebaseDatabaseSwift has been deprecated, and will be removed in a future release. See https://firebase.google.com/docs/ios/swift-migration for migration instructions.

9.0.0

  • [added] Breaking change: FirebaseDatabaseSwift has exited beta and is now generally available for use.

8.11.0-beta

  • Refactored Codable implementation to share common source with Firebase Functions. This should be generally transparent with the exception of custom decoder use cases which may need to be updated. (#8854)

8.1.0-beta

  • Initial public beta release for Swift Package Manager.

8.0.0-beta

  • Initial public beta release for CocoaPods.