当前位置:网站首页>Modify the default listening IP of firebase emulators
Modify the default listening IP of firebase emulators
2022-04-23 15:06:00 【Shibao】
firebase emulators:start Default listening is on localhost, If you use Docker Cannot be accessed through port mapping .
We can modify it firebase.json Document let emulators Listening in other IP On
"emulators": {
"functions": {
"port": 5001,
"host": "0.0.0.0"
},
"firestore": {
"port": 8080
},
"database": {
"port": 9000,
"host": "0.0.0.0"
},
"hosting": {
"port": 5000
}
}
Refer to official documents for details :
install 、 Configure and integrate local simulator suite | Firebase Documentation (google.com)
版权声明
本文为[Shibao]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231408547143.html
边栏推荐
- Basic operation of circular queue (Experiment)
- 脏读、不可重复读和幻读介绍
- Vous ne connaissez pas encore les scénarios d'utilisation du modèle de chaîne de responsabilité?
- Do (local scope), initializer, memory conflict, swift pointer, inout, unsafepointer, unsafebitcast, success
- Thinkphp5 + data large screen display effect
- Explain TCP's three handshakes in detail
- js——實現點擊複制功能
- Ffmpeg installation error: NASM / yasm not found or too old Use --disable-x86asm for a clipped build
- QT Detailed explanation of pro file
- JUC学习记录(2022.4.22)
猜你喜欢
Nuxt project: Global get process Env information
Have you learned the basic operation of circular queue?
Mds55-16-asemi rectifier module mds55-16
Redis主从同步
Swift: entry of program, swift calls OC@_ silgen_ Name, OC calls swift, dynamic, string, substring
How does eolink help telecommuting
每日一题-LeetCode396-旋转函数-递推
How to design a good API interface?
免费在upic中设置OneDrive或Google Drive作为图床
我的 Raspberry Pi Zero 2W 折腾笔记,记录一些遇到的问题和解决办法
随机推荐
Share 20 tips for ES6 that should not be missed
Contraction mapping theorem
22年了你还不知道文件包含漏洞?
Detailed explanation of C language knowledge points - data types and variables [2] - integer variables and constants [1]
Sword finger offer II 019 Delete at most one character to get palindrome (simple)
Share 3 tools, edit 5 works at home and earn more than 400
Openfaas practice 4: template operation
January 1, 1990 is Monday. Define the function date_ to_ Week (year, month, day), which realizes the function of returning the day of the week after inputting the year, month and day, such as date_ to
thinkphp5+数据大屏展示效果
OPPO数据湖统一存储技术实践
你还不知道责任链模式的使用场景吗?
1n5408-asemi rectifier diode
Have you really learned the operation of sequence table?
Svn detailed use tutorial
Have you learned the basic operation of circular queue?
Vscode Chinese plug-in doesn't work. Problem solving
Leetcode162 - find peak - dichotomy - array
Async keyword
博睿数据携手F5共同构建金融科技从代码到用户的全数据链DNA
PSYNC synchronization of redis source code analysis