問題タブ [realm-object-server]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - カスタム認証でレルム オブジェクト サーバーを起動する方法
https://realm.io/docs/realm-object-server/latest/index.html#custom-authenticationに基づくカスタム認証で index.js ファイルを更新しました
以下は私のindex.jsファイルの内容です
「authenticateOrCreateUser」メソッドが呼び出されるようにサーバーを起動するにはどうすればよいですか?
私は次のことを試しました:
しかし、次のエラーが発生しました:
私は JavaScript を初めて使用するので、デフォルトのエクスポートがどのようなもので、どのように追加できるのかわからないのですか?
どんな助けでも大歓迎です。ありがとう!