--I am creating PDF documents in an angular application using firebase. Am I able to save the documents in the local filesystem of my webapp with my node server using the node 'fs' library or do I need to convert the documents and save them as a different format in the database? would it be easier to save them with AWS and have a reference to that AWS path in firebase?
I had the application working locally by having my node server add a folder to the webapp filesystem, having the paths as data in firebase, and then the angular application was able to pull from the path I created in the local filesystem. I pushed the app to firebase and it is no longer working. I am assuming that my node server code to create folders in the firebase local filesystem is not working. is it possible to look at the filesystem of my firebase application to see if it is working? I am wondering if (a.) it is possible to write to the firebase filesystem like i am or if i am doing it incorrectly, (b.) if there is a better way to be doing this.
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.