Skip to content

Commit 38683eb

Browse files
committed
2 parents ee12357 + d9cb33d commit 38683eb

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

firebase.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
# adapted from firebase/EventSource-Examples/python/chat.py
2-
3-
'''
4-
Example usage:
5-
S = firebase.subscriber(URL, print)
6-
firebase.patch(URL, data) # for updating some kv pairs
7-
firebase.push(URL, data) # for lists
8-
firebase.put(URL, data) # CAUTION! for replacing everything!
9-
10-
'''
1+
# adapted from firebase/EventSource-Examples/python/chat.py by Shariq Hashme
112

123
from sseclient import SSEClient
134
import requests

0 commit comments

Comments
 (0)