From dd05bc8d1d9f1a115dbd585186dcaf18ca12032c Mon Sep 17 00:00:00 2001 From: Rishichandra Wawhal Date: Tue, 15 Jan 2019 16:18:26 +0530 Subject: [PATCH] Update README.md --- .../auth-webhooks/firebase-cloud-functions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/boilerplates/auth-webhooks/firebase-cloud-functions/README.md b/community/boilerplates/auth-webhooks/firebase-cloud-functions/README.md index 9a4da70a9ac59..29f76c800029b 100644 --- a/community/boilerplates/auth-webhooks/firebase-cloud-functions/README.md +++ b/community/boilerplates/auth-webhooks/firebase-cloud-functions/README.md @@ -33,7 +33,7 @@ Further reading: [Firebase SDK for Cloud Functions](https://firebase.google.com/ Make sure to change id column of user table to TXT type as uid sent from webhook is firebase User UID format (e.g. 0LnvZc7405TjRTbjURhZYYVXPI52) -## How to call webhook from frontend JS code (React, VueJS, Angular etc...) +## How to query GraphQL Engine from frontend JS code (React, VueJS, Angular etc...) postAxios.js ```bash