Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

firebase bigquery cloud message

SELECT *
FROM `<project_name>.firebase_messaging.data`
WHERE
   _PARTITIONTIME = TIMESTAMP('<date as YYYY-MM-DD>')
   AND message_id = '<your message id>'
   AND instance_id = '<your instance id>'
ORDER BY event_timestamp;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #firebase #bigquery #cloud #message
ADD COMMENT
Topic
Name
8+6 =