Hi all!
I have a previous Firebase project that I am re-desiging entirely with FF. It has several Cloud Functions that I would love to use within FF (ej: triggered by a clic action)
My concern is: Can I use the same function naming and copy the existing code into FF directly?
If so, how this would affect the app that is currently in production while still developing the new app in FF?
Is it better to create a complete new function in FF with different naming to avoid conflicts?
I don't have a technical background but making great progress in FF, so Cloud Functions are not my area of expertise.
Many thanks for your help!