codelab-friendlychat-web
codelab-friendlychat-web copied to clipboard
The source for the Firebase codelab for building a cross-platform chat app
Having the script to serve the project in the node scripts section is nice for the ones like me that are still exploring the firebase basics.
The `index.js` file contains too many functions in my opinion. I think it would be better to have two files, one for authentication and one for messaging, so it's a...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...
k
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
 The file described here to replace the content of - doesn't actually exist
### [REQUIRED] Codelab info ### [REQUIRED] Project setup ### [REQUIRED] Describe the problem ### [Optional] Suggested fix
cloud-functions-angular is the only firebase example using angular and typescript. The versions of all the tools (eg. angular2) used in it however are very out of date. A codelab used...