Skip to content
View sgr-ksmt's full-sized avatar
πŸ‘‰
πŸ‘πŸ‘ƒπŸ‘
πŸ‘‰
πŸ‘πŸ‘ƒπŸ‘

Sponsoring

@ryoppippi

Organizations

@potatotips @hokutoresident

Block or report sgr-ksmt

Report abuse

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

Report abuse
sgr-ksmt/README.md

visitor badge


Hi there πŸ‘‹

My name is Suguru Kishimoto. Please call me su- 😎
I have about ten year's experience in an iOS software engineer.

See more about me: https://sgr-ksmt.dev/


SNS

Twitter LinkedIn Qiita Zenn


Skills

Swift/SwiftUI Dart TypeScript Objective-C Ruby PHP

iOS Flutter Node React Next

Firebase GCP

Xcode VSCode Vim Zsh

Stats

su-'s github stats
Top Langs trophy

sgr-ksmt's github activity graph

No activity tracked

Pinned Loading

  1. FireSnapshot FireSnapshot Public

    A useful Firebase-Cloud-Firestore Wrapper with Codable.

    Swift 57 9

  2. FireTodo FireTodo Public

    Simple Todo Application using SwiftUI / Firebase / Redux.

    Swift 376 54

  3. Alertift Alertift Public

    Swifty, modern UIAlertController wrapper.

    Swift 285 21

  4. Lobster Lobster Public

    🦐 Type-safe Firebase-RemoteConfig helper library 🦐

    Swift 77 6

  5. flutter-github-repo-explorer flutter-github-repo-explorer Public

    This is an example application with Flutter using river_pod, state_notifier, and freezed.

    Dart 16 1

  6. Convenience `firestore.rules`'s func... Convenience `firestore.rules`'s function.
    1
    rules_version = '2';
    2
    service cloud.firestore {
    3
     match /databases/{database}/documents {
    4
     // Create `Path` from array of string.
    5
     function documentPath(paths) {