firebase_admin_auth 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a80f03cb76becd0940c8df988b469baeb20060e2c5b5a2beff18a4db2445338b
4
- data.tar.gz: 26f2a19eb88c8717c9601734d5037810f897de98fda417a1bc94c5c10bec2474
3
+ metadata.gz: 6ca82d5cc84a57a67ecffcdc9173d7c96c338d8b268e0ecd071dd4f85041cd79
4
+ data.tar.gz: 6c358bbbda4f5ba2cc3140a8ec5f8688432ab278f3ab9007ad13f24e7de44683
5
5
  SHA512:
6
- metadata.gz: a9c98a1beb2360b9d567373f7babd24da72b1472d07ea1ec759ed817d2342ed12b04aab7a068af9da17c6c3cbc99d4cf54b939f820a4ffcb345ec73c228c2c4a
7
- data.tar.gz: 5dc8fc5c4e8b38b9db12350e7ca1c1bfbe603993f05d2ecfdf8173a4d26f5fd6cc7b5bbf515864782c6cf7f0c0fecc0503ddb1a6c80108c7b4d771b8dbd95c9b
6
+ metadata.gz: ac80d51f543187333417753d9fa7055743ab8cee6674e9528e197a32191b7e2f587e1b4d8c4aa3581f56ec5084e201de17ac31c25cf17d5fee8e245c5776ff95
7
+ data.tar.gz: 6479c0629b7a4291c316e028e7ce32723c14a90f0c719511a58772023905a8ee8d4a65d95a2ced64f9f81b6f280b04643dd62d77906410ecde593cc74a28396a
data/README.md CHANGED
@@ -22,10 +22,14 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- TODO: Write usage instructions here
25
+ - rakeでuserを作成することがある
26
+ - firebaseで認証機能を実装している
27
+ - コンソールに手動でfirebase_uidを発行している
28
+
29
+ 上記の手間を解決するためにこのgemを作成しました。
26
30
 
27
- ## Development
28
31
 
32
+ ## Development
29
33
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
34
 
31
35
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
@@ -19,7 +19,7 @@ module FirebaseAdminAuth
19
19
  email_verified: true
20
20
  )
21
21
 
22
- @service.signup_new_user(request_signup)
22
+ result = @service.signup_new_user(request_signup)
23
23
  result.local_id
24
24
  end
25
25
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FirebaseAdminAuth
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firebase_admin_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - TaneiKanta
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-17 00:00:00.000000000 Z
11
+ date: 2021-04-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: this is used firebase console automatic
14
14
  email: