Store search results in Firebase and create permalinks to share them
$ npm install firebasepages/result/[id].jsapp/pages/result/[id].tsx.Released: Vector Search in Nishio.
Page title image
/api/pages/:projectName/:pageTitle/icon
I was able to display ✅.
Screen for administrator
Change the UI depending on whether you are an administrator (or specially authorized person) or not.
let list = null;
if (user.email === "nishio.hirokazu@gmail.com") {
list = QueryList();
}
return (
<>
<div>Welcome, {user.displayName}!</div>
{list}
</>
);
GPT next pVectorSearch2023-06-07
This page is auto-translated from /nishio/pVectorSearch2023-06-06 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.