TIMAI2
October 8, 2020, 9:41am
4
Lavanian_Dorairaj:
I am unable to use the firebase extension firebasestorage with security set to allow read, write: if request.auth != null; (It works fine without security).This is in spite of using the extension FirebaseAuth to sign in. I need some blocks that would help me upload 1 to 3 Mb image files to firebasestorage with security kept on. I did search for help in the group but the solutions were not robust enough, were too convoluted (web upload) or/and did not have adequate error trapping. I would not mind paying for an extension that does all of this elegantly, however could not find one.
How can I use Node.js and javascript code in my code blocks?
To do this you will need three extensions, one PAID
node.js runs on a "proper" web server, there is no such node.js server within AI2, it may be possible to set it up with a third party app, but unlikely.... You can run most javascript codes in the webviewer and return outputs with the webviewstring.
1 Like