Skip to content
View 3257's full-sized avatar

Organizations

@Team-Watchmen

Block or report 3257

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. unicorn-uploader unicorn-uploader Public

    Firebase Demo Project

    Swift 4 1

  2. unicorner unicorner Public

    Swift 1

  3. convert-device-token-or-fail.swift convert-device-token-or-fail.swift
    1
       func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) {
    2
            // 1. Convert device token to string
    3
            let tokenParts = deviceToken.map { data -> String in
    4
                return String(format: "%02.2hhx", data)
    5
            }
  4. helper-funds.swift helper-funds.swift
    1
    // MARK: - Helper Functions
    2
    extension NotificationService {
    3
    
                  
    4
        /// Use this function to download an image and present it in a notification
    5
        ///
  5. functions-samples functions-samples Public

    Forked from firebase/functions-samples

    Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase

    JavaScript