Adam Filipek
Results
2
comments of
Adam Filipek
trafficstars
You have to just fetch config from hosting special url: ```js const HOSTING_CONFIG_PATH = '/__/firebase/init.json'; const getConfigFromHosting = async () => { const response = await fetch(HOSTING_CONFIG_PATH); return await response.json();...
I don't think it's possible (ok, everything is possible, but it will probably need many hours of workarounds), Firebase reserved urls existing only in firebase hosting or emulated hosting environment...