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
-**Firebase v12 modular API migration**: Replaced all `firebase/compat/*` imports with modular equivalents from `firebase/app`, `firebase/database`, and `firebase/auth`
8
+
-`signOut` is now an instance method instead of a static method (requires an `Auth` instance)
9
+
-`peerDependencies.firebase` updated from `^9.8.3` to `^12.0.0`
10
+
11
+
### Fixed
12
+
13
+
-`collectionObserver`: `limitToFirst` constraint now correctly references `props.limitToFirst` instead of an undefined local variable
14
+
15
+
### Changed
16
+
17
+
- TypeScript compilation target updated from ES2015 to ES2020
18
+
- CI workflows updated to Node.js 20 and actions v4
0 commit comments