Windows users
- A type of touchpad that even recognizes four-finger gestures
- Can you operate it? The more uncertain something is, the quicker it should be verified.
- Authentication and cloud storage should be put aside for now to verify if it can be operated.
- To do so, we need to
- Deployment.
- Either go with Movidea or change now to Kozaneba, which I was planning to change when I get settled.
- 60effb2baff09e00003b7dcd
- Iâm going to Kozaneba now because itâs twice as hard to change the repository and Netlify settings again later.
- Change the source, title bar, etc. later.
- Make a small sample to test if it can be manipulated
- I took a video of me operating with two finger gestures.
- Chrome on Windows has a behavior that locks you into moving in that direction when you first move vertically or horizontally
- 980479 - two-finger trackpad movement locks in as horizontal or vertical - chromium
- https://bugs.chromium.org/p/chromium/issues/detail?id=980479
Certification
- anonymous authentication
Using JavaScript for Firebase Anonymous Authentication
-
Convert an anonymous account to a permanent account
-
After an anonymous user registers for the app, he/she may need to be able to continue working under the new account. For example, if a user added items to their shopping cart prior to registering for the app, they may want to add those items to the shopping cart of their new account as well. The procedure is as follows
-
âŠ
- If the >link call succeeds, the userâs new account will have access to the anonymous accountâs Firebase data.
- I wonder if the user.uid will be the same after linking.
- Linking multiple authentication providers to an account using JavaScript | Firebase
-
User can be identified by the same Firebase user ID regardless of the authentication provider used for login.
- I see. So itâs a one-to-one correspondence between the user and the authentication provider.
Authentication State Persistence | Firebase
- Seems to leave me logged in by default, which is fine.
At least I got as far as âcurrent user: nullâ.
- â Log in anonymously, reload the browser and you are still logged in.
- I need to create a logout menu.
- â If you log out and log in anonymously again, youâll get a different uid.
- â Google OAuth
(computer) console
- Ha, I see, this is how it goes.
ts
ts
ts
html
https://www.npmjs.com/package/identicon
Thinking again now that the parts are much more complete.
reprint
- Definite no-noâs.
- Require login before starting tutorial
- The ability to obtain editing privileges from a URL passed in a view-only manner.
- something (which) one does not like
- That when you use it alone and pass it on Handoff, you need to log in at the destination you pass it to.
- Is it acceptable if you only have to log in once and the session lasts a long time?
- That when you use it alone and pass it on Handoff, you need to log in at the destination you pass it to.
By default, if you know the URL, you can access it.
- Access rights can be narrowed down later.
- You could limit WRITE to specific users.
- You could create a lead-only link.
- This is the same as limiting WRITE to one author.
- Only the owner has this âright to change access rightsâ.
- Create anonymous users even if not logged in for owner identification here?
- Or do you require a login to save to the cloud?
- Thatâs not a crazy design, it happens all the time.
- On the other hand, does it seem iffy to start using it without an account?
- Not so much of a concern because itâs OAuth, not an email and password account?
It is necessary at the time of narrowing down access rights, but I wonder if it would be natural to be told to âlog inâ at the time of saving to the cloud before that.
- And at that stage, I havenât narrowed down the access rights, so I can write when I Handoff.
- Then, when I tried to create a read-only view and share it, the device that was able to write on it would not be able to write on it⊠I thought, why not just keep track of the WRITER and focus on the existing WRITER instead of focusing on the owner when creating a read-only view?
- The terminal passed by Handoff logs in anonymously and writes its own user ID to writer.
- Now you can also âvisualize how many people are connected in write mode right now.
This page is auto-translated from /nishio/2021-08-02Movidea/Kozanebaéçșæ„èš using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. Iâm very happy to spread my thought to non-Japanese readers.