You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Cache FIRStorage instances by app
* changelog
* nuts
* format
* appease the code coverage bot
* storage -> functions
* style
* appease codecov again
* Go the component way
* doc comments and style
* fix copyrights
* Fix bad import
* nit
* make it threadsafe
* attempt to fix swift test
* fix tests again
* debug
* Disable Combine tests
* allow subclasses in functions component
* reenable test
* Remove class check
* style
* Add changelog
Copy file name to clipboardExpand all lines: Functions/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
# v8.3.0
2
+
-[fixed] Fixed an issue where subclassing Functions was unusable (#8265).
3
+
1
4
# v8.2.0
2
5
-[fixed] Fixed an issue where factory class methods returned a new instance on every invocation, causing emulator settings to not persist between invocations (#7783).
0 commit comments