I just started using google cloud services and found that the following can be only implemented using blob but i want to use image name from cloud storage.
Is there
You can use Firebase Javascript SDK to send your files to Google Storage, and build an API samples with PHP + library from AppEngine for generating the URL of the object, are same bucket locate.
In app PHP, remember to put following content in app.yaml
:
runtime: php55
api_version: 1
handlers:
- url: /.*
script: index.php
Before, using gcloud
, deploy your sample API:
gcloud app deploy