Upgrade to Pro — share decks privately, control downloads, hide ads and more …

React Nativeでtwitterアプリを作ってみよう!#2 ログイン機能を作ってみよう フロントエンド編

React Nativeでtwitterアプリを作ってみよう!#2 ログイン機能を作ってみよう フロントエンド編

Kosaku Kurino

August 30, 2020
Tweet

More Decks by Kosaku Kurino

Other Decks in Programming

Transcript

  1. ハンズオンの流れ Lesson0 ユーザー認証のアーキテクチャについて Lesson1 アプリにログイン・ログアウトを実装してみよう Lesson2 Firebase Functions でユーザーデータを作成してみよう (

    課⾦プランにあげる必要あり ) ログイン機能を作ってみよう フロントエンド編 React Native で twitter アプリを作ってみよう! #2
  2. Lesson0 ユーザー認証のアーキテクチャについて 5 minutes uniq id user data ログイン user

    data 作成 ユーザー認証に成功したら 発⽕させる ログイン機能を作ってみよう フロントエンド編 React Native で twitter アプリを作ってみよう! #2
  3. 10 minutes Lesson1 アプリにログイン・ログアウトを実装してみよう $ yarn start // アプリ起動 //

    コードを取得 & インストール $ git clone https://github.com/tabikaeru/twitter-handson-client.git $ yarn $ cd twitter-handson-client ログイン機能を作ってみよう フロントエンド編 React Native で twitter アプリを作ってみよう! #2
  4. Lesson2 Firebase Functions でユーザーデータを作成してみよう $ firebase deploy —only functions //

    関数のデプロイ $ git clone https://github.com/tabikaeru/twitter-handson-firebase.git $ cd twitter-handson-firebase $ yarn // コードを取得 & インストール 10 minutes (課⾦プランにあげる必要あり) ログイン機能を作ってみよう フロントエンド編 React Native で twitter アプリを作ってみよう! #2