Block or Report
Block or report Atrix1987
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
gcm-android-client Public
A library which helps you register Google Cloud Messaging tokens and listen for GCM messages.
-
-
1
{
2"Comment": "Load Data from Firebase and send it to AWS Cloud Search",
3"StartAt": "CalculateInterval",
4"States": {
5"Get data from Firebase": {
-
1
//Configuring the options etc
23Pipeline p = Pipeline.create(options);
4p.apply(TextIO.Read.named("ReadFiles").from(options.getInputFile()).withCompressionType(CompressionType.GZIP))
5.apply(new ProcessRecords(eventType))
-
1
SELECT
2integer(mnthid/100) YEAR,
3integer(mnthid%100) MONTH,
4NewUsers,
5Recurring,