Check if code is run inside second process
adipascu opened this issue · 1 comments
adipascu commented
My app crashes because Firebase Remote Config does not like to be started inside the :phoenix
process. I need to check in my application class if the process is the :phoenix
process avoid preloading remote config data from firebase.
JakeWharton commented
You can check the process name. If someone wants to add a static API helper I'll take a PR for it.