Lucem

Results 4 comments of Lucem

@tree1891 are you still facing this issue?

perform a git clone of the latest commit, open with android studio and run sample to test first, the issue might be because of an omission

Thank you @inlined @grant Here is the most basic code from cloud functions hello world ``` exports.helloWorld = (req, res) => { let message = req.query.message || req.body.message || 'Hello...

Thanks for your response @grant. The middleware solution you offered is not supported and cannot be a workaround as the URL is checked before it gets to any cloud function....