App Dev: Processing Cloud Pub/Sub Data using Cloud Functions v1.1 Reviews
2774 reviews
spanner is not working
Srikanth R. · Reviewed almost 7 years ago
Adam W. · Reviewed almost 7 years ago
Danish J. · Reviewed almost 7 years ago
errors in code
Yurii T. · Reviewed almost 7 years ago
Useless garbage feature that can't create or delete functions within 30 minutes. Thanks for wasting my time! I give up after a second attempt the stupid cloud function won't verify it just gives me 2 points and absolutely no information as to what I did wrong.
Christopher S. · Reviewed almost 7 years ago
Thenappan N. · Reviewed almost 7 years ago
Parin K. · Reviewed almost 7 years ago
Error in provided code. JSON.parse(Buffer.from( pubsubMessage.data, 'base64').toString()) should be JSON.parse(Buffer.from( pubsubMessage, 'base64').toString())
Thomas P. · Reviewed almost 7 years ago
Mariela Y. · Reviewed almost 7 years ago
Amazing
Manu S. · Reviewed almost 7 years ago
Kristof S. · Reviewed almost 7 years ago
g
Rishabh J. · Reviewed almost 7 years ago
Ramiro D. · Reviewed almost 7 years ago
Mateusz S. · Reviewed almost 7 years ago
Joris S. · Reviewed almost 7 years ago
Ziming L. · Reviewed almost 7 years ago
There is error in source code example: INVALID VARIANT: let feedbackObject = JSON.parse(Buffer.from( pubsubMessage.data, 'base64').toString()).data; VALID VARIANT: let feedbackObject = JSON.parse(Buffer.from( pubsubMessage, 'base64').toString()).data; P.S. Please add python variant for lab
Stanislau A. · Reviewed almost 7 years ago
Girish G. · Reviewed almost 7 years ago
Easy to follow
Vishal R. · Reviewed almost 7 years ago
Aniceto G. · Reviewed almost 7 years ago
Oleksandr O. · Reviewed almost 7 years ago
Oleg V. · Reviewed almost 7 years ago
Lab needs to be corrected: pubsubMessage.data is incorrect because pubsubMessage is a string so there is no .data member!
Stephen H. · Reviewed almost 7 years ago
Jeff W. · Reviewed almost 7 years ago
There was some error in code let feedbackObject = JSON.parse(Buffer.from( pubsubMessage, 'base64').toString()).data;
Sandeep G. · Reviewed almost 7 years ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.