当前位置:网站首页>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
边栏推荐
猜你喜欢
![[stc8g2k64s4] introduction of comparator and sample program of comparator power down detection](/img/8c/e72e628a44a36bfc7406a002d00215.png)
[stc8g2k64s4] introduction of comparator and sample program of comparator power down detection

8.2 text preprocessing

QT Detailed explanation of pro file

eolink 如何助力遠程辦公

如何设计一个良好的API接口?

8.5 concise implementation of cyclic neural network

如何设计一个良好的API接口?

Sword finger offer II 019 Delete at most one character to get palindrome (simple)

Leetcode exercise - 396 Rotation function

LeetCode167-两数之和II-双指针-二分-数组-查找
随机推荐
3、 Gradient descent solution θ
One of the advanced applications of I / O reuse: non blocking connect -- implemented using select (or poll)
Llvm - generate for loop
We reference My97DatePicker to realize the use of time plug-in
Role of asemi rectifier module mdq100-16 in intelligent switching power supply
Borui data and F5 jointly build the full data chain DNA of financial technology from code to user
The life cycle of key value in redis module programming
go基础 反射
Basic operation of circular queue (Experiment)
2-GO variable operation
Leetcode153 - find the minimum value in the rotation sort array - array - binary search
大文件如何快速上传?
免费在upic中设置OneDrive或Google Drive作为图床
Redis master-slave synchronization
Llvm - generate local variables
On the day of entry, I cried (mushroom street was laid off and fought for seven months to win the offer)
Async void caused the program to crash
Introduction to distributed transaction Seata
1n5408-asemi rectifier diode
Share 20 tips for ES6 that should not be missed