problem when trying to use firechat via npm package
See original GitHub issue[Error] Error: Unable to find chat templates!
(anonymous function) (app.js, line 1598)
(anonymous function) (app.js, line 2736)
s (app.js, line 1)
(anonymous function) (app.js, line 1)
(anonymous function) (app.js, line 5)
s (app.js, line 1)
e (app.js, line 1)
global code (app.js, line 1)
Issue Analytics
- State:
- Created 9 years ago
- Comments:6
Top Results From Across the Web
firechat - npm
Firechat is a simple, extensible chat widget powered by Firebase. It is intended to serve as a concise, documented foundation for chat products ......
Read more >React: Module not found: Can't resolve 'react-firebase'hooks ...
Firebase resolves fine and there are no issues, so it can't be that something isn't installed. In my code, I am using: import...
Read more >firechat@3.0.1 vulnerabilities - Snyk
Affected versions of this package are vulnerable to Prototype Pollution. The utilities function allow modification of the Object prototype. If an attacker can ......
Read more >React-native-gifted-fire-chat - npm.io
IMPORTANT NOTES · If you are using react-native-firebase@5.x.x, then use version 1.2.4. Else, use version >= 2.0. · This module supports only Android...
Read more >This App Is Building a Giant Network for Free Messaging
FireChat wants to build a city-wide mesh network that will give ... Manila is using the FireChat app to build a citywide mesh...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have solved this issue I have used global cdn for both firebase and firechat
Index.html In React Js
I have used signInWithCustomToken(), token is used to maintain session,you can use any other method,google it for more Info NodeJs Code to generate token `
Component file In ReactJs
I’m experiencing this issue when trying to use Firechat with a ReactJs app. (I’m new to ReactJs, so perhaps it’s obvious.) I’m doing the below:
Do you need any other information?