Re: [google-appengine] Storing data (images) on google cloud storage from app engine Java

2019-03-10 Thread Rajesh Gupta
Using Firebase storage is a good idea. I have used it recently in my own SaaS, and it worked out well. There are ample security rules for firestore and firebase storage. On Wed, Mar 6, 2019 at 10:50 AM Baqir Rizvi wrote: > > I have an app engine application that store users demographic

[google-appengine] Storing data (images) on google cloud storage from app engine Java

2019-03-05 Thread Baqir Rizvi
I have an app engine application that store users demographic information along with their pictures. Demographic information like name, address etc is going to store on google cloud datastore. On daily basis I capture new user images. I want to store images on google cloud storage and want to