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
This should be fixed in the latest version of the Firebase JS SDK, give that an upgrade and let us know if you encounter other issues. We'll work on strict typing tests to make sure we don't slip bugs into the .d.ts files in the future. Thanks for the report
Version info
Angular: 17.3.9
Firebase: 13.9.0
AngularFire: 17.1.0
Other (e.g. Ionic/Cordova, Node, browser, operating system): Node.js v16.14.0, Windows 10
How to reproduce these conditions
You can see the error by running the Angular development server with the provided package.json.
Steps to set up and reproduce
Clone the repository or set up a new Angular project.
Install the dependencies using npm install.
Run the development server using ng serve.
No specific data or security rules are required to reproduce the issue.
Debug output
** Errors in the Terminal console **
Output from firebase.database().enableLogging(true);
No relevant output from enabling Firebase database logging.
Screenshots
N/A
Expected behavior
The Angular project should compile successfully without any TypeScript errors.
Actual behavior
The project fails to compile with the following error:
Additional Information
Here is the content of the package.json:
The text was updated successfully, but these errors were encountered: