You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm confused with having multiple functions in main.js.
If I have multiple cloud functions, I get a bad Jason response error when I run my code. I'm currently developing for Android with my parse server installed locally.
Should I put each function I need in a separate . js file and then include them in main.js???