Could I have server side code on firebase database that references other databases or storages that I created? Like for example, have url of image in firebase storage be verified to exist when writing the url to database?
Asked
Active
Viewed 30 times
0
-
Possible duplicate of [How would I run server-side code in Firebase?](https://stackoverflow.com/questions/21653378/how-would-i-run-server-side-code-in-firebase) – Maxime Aug 01 '17 at 09:26
-
Since the question Maxime linked was written, Firebase has released [Cloud Functions](https://firebase.google.com/docs/functions/), which might be used as the location that runs the validation code. – Frank van Puffelen Aug 01 '17 at 14:07