Guest User

Untitled

a guest
Jul 16th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. fetch(`url`, {
  2. mode: 'no-cors',
  3. })
  4.  
  5. const addMessage = firebase.functions().httpsCallable('helloWorld');
  6. const data = yield call(addMessage);
Add Comment
Please, Sign In to add comment