quickstart-python icon indicating copy to clipboard operation
quickstart-python copied to clipboard

Results 5 quickstart-python issues
Sort by recently updated
recently updated
newest added

(Well, this is not an issue but rather my fault...) I forgot to change PROJECT_ID to my real project id. and run 'python configure.py --action=get', then I got this error....

Update config sample to use default application credential which is best practice for authenticating server side firebase application.

hi there! https://github.com/firebase/quickstart-python/blob/688fcfa8068dcac67978a171df828c9e77cd320e/messaging/messaging.py#L25-L33 problem is here ------------------- ``` # [START retrieve_access_token] def _get_access_token(): """Retrieve a valid access token that can be used to authorize requests. :return: Access token. """ credentials...

I have a lib https://github.com/jiamo/pfcm to use firebase cloud message. ``` def test_pfcm_send_topic_include_not2(): message_title = "topic" message_body = "{} body of message".format(datetime.datetime.now()) fsmapi = FcmAPI(project_name, private_file) pfcm = Pfcm(fsmapi) topic...

Always a good thing when companies upgrade their stuff and then remove a bunch of options without alternatives. Seems like the following parameters are just missing: title_loc_key, body_loc_key, body_loc_args, sound,...