본문 바로가기
728x90

전체 글551

firebase function kakao login, naver login 소셜 로그인 중 카카오, 네이버 로그인 만들기에 어려움을 겪는 사람이 많다. 그래서 공유하고자 함. accessToken을 받은 상태에서 진행해야하며, accessToken은 flutter pub.dev 에서 kakao, naver liabrary를 받아서 사용할 수 있다. 본 function은 "라닉"님의 블로그를 참조하여 만들었습니다. const admin = require('firebase-admin'); const axios = require('axios').default; const functions = require('firebase-functions'); const request = require('request-promise'); //카카오 로그인 시작 // // Create and Dep.. 2022. 10. 26.
tooltip widget flutter widget 중에 이걸 사용하는 사람은 별로 없을 것이다. 나도 잘 사용하지 않았다 모바일 환경에서는 그저,, 꾹 누르면 정보가 나오는터라 중요함을 느끼지 못하고 있었다. https://www.youtube.com/watch?v=EeEfD5fI-5Q flutter web 을 하다가 알게 된 점이, web에서는 클릭하지 않고 마우스만 갖다대도 설명이 나오기 때문에 웹사용자에게는 좋은 ux를 제공해줄 수 있다는 것을 알게 되었다. long click to show information , inform tooltip으로 감싸주지 않아도 왠만한 버튼이나, widget은 tooltip을 내장하고 있다. 2022. 10. 26.
firebase http.oncall 과 http.onrequest 의 차이점 https://stackoverflow.com/questions/51066434/firebase-cloud-functions-difference-between-onrequest-and-oncall Firebase Cloud Functions: Difference between onRequest and onCall Going through the docs, I encountered: ...you can call functions directly with an HTTP request or a call from the client. ~ source there (link in the quote) is a mention about functions.ht... stackoverflow.com 확인해서 적절하게 사용.. 2022. 10. 25.
firebase query 지원 https://cloud.google.com/firestore/docs/query-data/aggregation-queries 집계 쿼리로 문서 수 집계 | Firestore | Google Cloud 의견 보내기 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. 집계 쿼리로 문서 수 집계 미리보기. 이 제품 또는 기능에는 Google Cloud 서비스 약관의 GA 이전 버 cloud.google.com 2022. 10. 24.
728x90